LazyRender Property (FlexGridBase<T>)
In This Topic
Gets or sets whether the grid should skip rendering cells that were updated in the last render cycle.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Overridable Property LazyRender As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.LazyRender = value
value = instance.LazyRender
[System.ComponentModel.DefaultValue(true)]
public virtual System.bool LazyRender {get; set;}
public read-write property LazyRender: System.Boolean; virtual;
System.ComponentModel.DefaultValueAttribute()
public function get,set LazyRender : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property virtual System.bool get_LazyRender();
public: __property virtual void set_LazyRender(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
virtual property System.bool LazyRender {
System.bool get();
void set ( System.bool value);
}
See Also