This is a User Interface (UI) element that represents the footer of the entire row, containing the columns footers.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewGroupFooterRow : GridViewRowItem, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewGroupFooterRow
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewGroupFooterRow class.
C#
public GridViewGroupFooterRow()
Properties
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
Overrides:
CreateIndentItem()
ContentControl
Creates the item that fills in the indentation.
C#
public override ContentControl CreateIndentItem()
ContentControl
Overrides:
Generates cell containers for GridViewGroupFooterRow.
Determines whether this instance is selectable.
C#
protected override bool IsSelectable()
true if this instance is selectable; otherwise, false.
Overrides:
C#
protected override Size MeasureOverride(Size availableSize)
Size
Overrides:
C#
public override void OnApplyTemplate()
Overrides:
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer