RadControls for WPF

Represents a control used as a Group header, which is used to expand and collapse its associated rows and groups and display group specific information such as Aggregate functions, sort direction et cetera.

Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView (in Telerik.Windows.Controls.GridView.dll) Version: 2013.1.403.40

Syntax

C#
public class GridViewGroupRow : BaseItemsControl, 
	IGroupRow, IProvideStackingSize, ILayoutObserver, IScrollContentElement
Visual Basic
Public Class GridViewGroupRow _
	Inherits BaseItemsControl _
	Implements IGroupRow, IProvideStackingSize, ILayoutObserver, IScrollContentElement

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
              Telerik.Windows.Controls..::..DataControl
                Telerik.Windows.Controls.GridView..::..BaseItemsControl
                  Telerik.Windows.Controls.GridView..::..GridViewGroupRow

See Also