The HierarchicalGroupLevelIndicatorPane class represents a control that contains group-level-indicator panes and detail-level indicators that indicate the group and detail levels in which an item is located.
| Visual Basic (Declaration) | |
|---|---|
Public Class HierarchicalGroupLevelIndicatorPane Inherits Control Implements ISupportInitialize, IFrameworkInputElement, IInputElement, IWeakEventListener, IHaveResources, IAnimatable, DUCE.IResource | |
| C# | |
|---|---|
public class HierarchicalGroupLevelIndicatorPane : Control, ISupportInitialize, IFrameworkInputElement, IInputElement, IWeakEventListener, IHaveResources, IAnimatable, DUCE.IResource | |
All examples in this topic assume that the grid is bound to the Employees table of the Northwind database, unless stated otherwise.
The following example demonstrates how to add a non-row item that will act as a detail separator to the header section of a detail configuration whose indentation will correspond to detail and group levels in which it is contained.
| XAML | Copy Code |
|---|---|
<Grid xmlns:xcdg="http://schemas.xceed.com/wpf/xaml/datagrid" | |
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
Xceed.Wpf.DataGrid.HierarchicalGroupLevelIndicatorPane
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2
Copy Code