GroupLevelIndicator Class
See Also  Members  
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : GroupLevelIndicator Class

Control that provides a visual representation of the number of group levels in a grid and/or detail.

Syntax

Visual Basic (Declaration) 
Public Class GroupLevelIndicator 
   Inherits Control
   Implements ISupportInitializeIFrameworkInputElementIInputElementIHaveResourcesIAnimatableDUCE.IResource 

Remarks

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)

Inheritance Hierarchy

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

Requirements

Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows Vista; Windows XP Service Pack 2

See Also