GridViewFooterRow
Class
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 GridViewFooterRow : GridViewRowItem, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewFooterRow
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewFooterRow class.
C#
public GridViewFooterRow()
Methods
C#
protected override Size ArrangeOverride(Size finalSize)
Size
Overrides:
Generates cell containers for GridViewFooterRow.
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