BCGControlBar Library for .NET
SelectAllVisualStyle Property (GridControl)




Gets or sets Visual Style of "Select All" area.
Syntax
'Declaration
 
Public Property SelectAllVisualStyle As SelectAllCellVisualStyle
'Usage
 
Dim instance As GridControl
Dim value As SelectAllCellVisualStyle
 
instance.SelectAllVisualStyle = value
 
value = instance.SelectAllVisualStyle
public SelectAllCellVisualStyle SelectAllVisualStyle {get; set;}
public: __property SelectAllCellVisualStyle* get_SelectAllVisualStyle();
public: __property void set_SelectAllVisualStyle( 
   SelectAllCellVisualStyle* value
);
public:
property SelectAllCellVisualStyle^ SelectAllVisualStyle {
   SelectAllCellVisualStyle^ get();
   void set (    SelectAllCellVisualStyle^ value);
}
Remarks
"Select All" area is located at the top left corner of Grid control and usually intended to select all grid rows and columns when clicked. This rectangle is not empty when left margin (row headers) and header are displayed. The area is clickable when EnableSelectAllArea is true.
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

GridControl Class
GridControl Members

Send Feedback