Gets or sets a value indicating that the datagrid's group selection feature is enabled. Allows the end-user to select entire groups as well as rows. See Remarks below for more information.
Syntax
'Declaration
Public Property IsGroupSelectionEnabled As Boolean
'Usage
Dim instance As DataGridControl
Dim value As Boolean
instance.IsGroupSelectionEnabled = value
value = instance.IsGroupSelectionEnabled
public bool IsGroupSelectionEnabled {get; set;}
Property Value
true to enable group selection,
false to disable group selection. By defaul,
false.
Requirements
See Also