BCGControlBar Library for .NET
EnableRedrawCellContentOnStateChange Property (GridDataRow)




Gets or sets  a value that enables redraw content of cells in a row when their state is changed.
Syntax
'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);
}
Requirements
State can be changed from regular to highlighted or pressed and back.
See Also

Reference

GridDataRow Class
GridDataRow Members

Send Feedback