RadControls for WPF

This is a User Interface (UI) element that represents the footer of the entire row, containing the columns footers.

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 GridViewGroupFooterRow : GridViewRowItem, 
	IVirtualizedContainer
Visual Basic
Public Class GridViewGroupFooterRow _
	Inherits GridViewRowItem _
	Implements IVirtualizedContainer

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
              System.Windows.Controls..::..ContentControl
                Telerik.Windows.Controls..::..RadRowItem
                  Telerik.Windows.Controls.GridView..::..GridViewRowItem
                    Telerik.Windows.Controls.GridView..::..GridViewGroupFooterRow

See Also