'Declaration
Public Property EnableRedrawCellContentOnStateChange As Boolean
'Usage
Dim instance As GridDataRow
Dim value As Boolean
instance.EnableRedrawCellContentOnStateChange = value
value = instance.EnableRedrawCellContentOnStateChange
public bool EnableRedrawCellContentOnStateChange {get; set;}
public: __property bool get_EnableRedrawCellContentOnStateChange();
public: __property void set_EnableRedrawCellContentOnStateChange(
bool value
);
public:
property bool EnableRedrawCellContentOnStateChange {
bool get();
void set ( bool value);
}