BCGControlBar Library for .NET
ColumnMarkSelection Property




Gets a value that indicates whether a column displays "mark" state.
Syntax
'Declaration
 
Public ReadOnly Property ColumnMarkSelection As Boolean
'Usage
 
Dim instance As DrawFilterButtonEventArgs
Dim value As Boolean
 
value = instance.ColumnMarkSelection
public bool ColumnMarkSelection {get;}
public: __property bool get_ColumnMarkSelection();
public:
property bool ColumnMarkSelection {
   bool get();
}
Remarks
"Mark" state is a special coloring, which indicates that there is at least one selected cell in the column.
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

DrawFilterButtonEventArgs Class
DrawFilterButtonEventArgs Members

Send Feedback