Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupLevelIndicatorPane Class / GroupLevelProperty Field


In This Topic
    GroupLevelProperty Field
    In This Topic
    Identifies the GroupLevel attached property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly GroupLevelProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GroupLevelIndicatorPane.GroupLevelProperty
    public static readonly DependencyProperty GroupLevelProperty

    Field Value

    The identifier for the GroupLevel attached property.
    Remarks
    The GroupLevel attached property indicates the number of group-level indicators displayed by the group-level-indicator pane. This property is automatically set by the item generator; however, in some cases it might be desirable to modify the default behavior (e.g., group-header control in a card-view layout).
    Requirements

    Target Platforms: Windows 11, Windows 10, 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