BCGControlBar Library for .NET
IndicateSortStatusByCellBkColor Property




Gets or sets a value, which tells whether background of items should be filled with a special background color when a column is sorted.
Syntax
'Declaration
 
Public Property IndicateSortStatusByCellBkColor As Boolean
'Usage
 
Dim instance As GridColumn
Dim value As Boolean
 
instance.IndicateSortStatusByCellBkColor = value
 
value = instance.IndicateSortStatusByCellBkColor
public bool IndicateSortStatusByCellBkColor {get; set;}
public: __property bool get_IndicateSortStatusByCellBkColor();
public: __property void set_IndicateSortStatusByCellBkColor( 
   bool value
);
public:
property bool IndicateSortStatusByCellBkColor {
   bool get();
   void set (    bool value);
}
Remarks
The color is defined by GridVisualStyleDef.SortedColumnBackColor.
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