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


IsLeaf Property (GroupLevelIndicatorPane)
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

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