BCGControlBar Library for .NET
SelectionType Property




Gets or sets the value indicating selection type (mode).
Syntax
'Declaration
 
Public Property SelectionType As GridSelectionType
'Usage
 
Dim instance As GridControl
Dim value As GridSelectionType
 
instance.SelectionType = value
 
value = instance.SelectionType
public GridSelectionType SelectionType {get; set;}
public: __property GridSelectionType get_SelectionType();
public: __property void set_SelectionType( 
   GridSelectionType value
);
public:
property GridSelectionType SelectionType {
   GridSelectionType get();
   void set (    GridSelectionType value);
}
Remarks
It's feasible to set this property to GridSelectionType.Cell when you whish to enable selection of individual cells. GridSelectionType.Row should be used for grids when you operate with rows (like Report control).
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