Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / GroupLevelIndicatorPane Class / IsLeaf Property


In This Topic
    IsLeaf Property
    In This Topic
    Gets a value indicating whether the GroupLevelIndicatorPane displays group-level indicators for the context of the item in which it is contained.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsLeaf As Boolean
    'Usage
     
    Dim instance As GroupLevelIndicatorPane
    Dim value As Boolean
     
    value = instance.IsLeaf
    public bool IsLeaf {get;}

    Property Value

    true if the GroupLevelIndicatorPane displays group-level indicators for the context of the item in which it is contained; false if the pane displays indicators for the item's parent contexts (see Remarks).
    Remarks

    GroupLevelIndicatorPanes that display group-level indicators for the context of the item in which they are contained are considered leaf panes. These leaf panes are always located outside of HierarchicalGroupLevelIndicatorPanes, which contain GroupLevelIndicatorPanes that display information about an item's parent contexts and detail-level indicators, which correspond to a parent detail.

    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