Xceed DataGrid for WPF v7.2 Documentation
SelectionBehavior Property


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupHeaderControl Class : SelectionBehavior Property
Changes how the GroupHeaderControl reacts to a click on a child control when the DataGridControl.IsGroupSelectionEnabled property is set to true.
Syntax
'Declaration
 
Public Property SelectionBehavior As SelectionBehavior
'Usage
 
Dim instance As GroupHeaderControl
Dim value As SelectionBehavior
 
instance.SelectionBehavior = value
 
value = instance.SelectionBehavior
public SelectionBehavior SelectionBehavior {get; set;}

Property Value

SelectionBehavior enum value:

Member Description
Default Only the Expand/Collapse ToggleButton and the GroupNavigationControl will not trigger selection.
None Any click on any child control will not trigger selection.
All Any click on any child control will trigger selection, including the Expand/Collapse ToggleButton and the GroupNavigationControl.


Requirements

See Also

Reference

GroupHeaderControl Class
GroupHeaderControl Members