BCGControlBar Library for .NET
EnableRedrawCellContentOnStateChange Property (GridColumn)




Gets or sets a value that indicates that a cell located in this column should be redrawn when the state of a cell is changed (pressed, highlighted).
Syntax
'Declaration
 
Public Property EnableRedrawCellContentOnStateChange As Boolean
'Usage
 
Dim instance As GridColumn
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);
}
Remarks
Can be set to false to improve performance. This value can be overridden at the cell level.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridColumn Class
GridColumn Members

Send Feedback