Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupHeaderControl Class / SelectionBehavior Property


In This Topic
    SelectionBehavior Property
    In This Topic
    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