RefreshOnEdit Property (FlexGridBase<T>)
In This Topic
Gets or sets whether the grid should refresh all cells after a cell is edited.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(True)>
Public Overridable Property RefreshOnEdit As System.Boolean
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Boolean
instance.RefreshOnEdit = value
value = instance.RefreshOnEdit
[System.ComponentModel.DefaultValue(true)]
public virtual System.bool RefreshOnEdit {get; set;}
public read-write property RefreshOnEdit: System.Boolean; virtual;
System.ComponentModel.DefaultValueAttribute()
public function get,set RefreshOnEdit : System.boolean
[System.ComponentModel.DefaultValue(true)]
public: __property virtual System.bool get_RefreshOnEdit();
public: __property virtual void set_RefreshOnEdit(
System.bool value
);
[System.ComponentModel.DefaultValue(true)]
public:
virtual property System.bool RefreshOnEdit {
System.bool get();
void set ( System.bool value);
}
See Also