RadControls for WPF

This is User Interface(UI) element that is a part from group footer row and represents a column footer.

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 GridViewGroupFooterCell : GridViewFooterCellBase, 
	IWeakEventListener<PropertyChangedEventArgs>
Visual Basic
Public Class GridViewGroupFooterCell _
	Inherits GridViewFooterCellBase _
	Implements IWeakEventListener(Of PropertyChangedEventArgs)

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.GridView..::..GridViewCellBase
                  Telerik.Windows.Controls.GridView..::..GridViewFooterCellBase
                    Telerik.Windows.Controls.GridView..::..GridViewGroupFooterCell

See Also