| Visual Basic (Declaration) | |
|---|---|
Public Class GroupLevelIndicator Inherits Control Implements ISupportInitialize, IFrameworkInputElement, IInputElement, IHaveResources, IAnimatable, DUCE.IResource | |
| C# | |
|---|---|
public class GroupLevelIndicator : Control, ISupportInitialize, IFrameworkInputElement, IInputElement, IHaveResources, IAnimatable, DUCE.IResource | |
A GroupLevelIndicator is displayed for each group level in the GroupLevelIndicatorPane. Notably, the indicators are displayed to the left of a DataRow when grouping is applied to a grid (see red highlights in Figure 1). As a side-effect, they provide DataRows with grouping indentation.

Figure 1: GroupLevelIndicators (red) and GroupLevelIndicatorPane (orange)
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.GroupLevelIndicator
Xceed.Wpf.DataGrid.DetailIndicator
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2
Reference
GroupLevelIndicator MembersXceed.Wpf.DataGrid Namespace
Basic Concepts
Grouping DataObject Model Overview: Other Classes