ClassGridViewFooterRow
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:
public class GridViewFooterRow : GridViewRowItem, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewFooterRow
Implements:
Inherited Members
Constructors
GridViewFooterRow()
Initializes a new instance of the GridViewFooterRow class.
Declaration
public GridViewFooterRow()
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
Overrides
CreateItem()
Generates cell containers for GridViewFooterRow.
Declaration
protected override GridViewCellBase CreateItem()
Returns
Overrides
IsSelectable()
Determines whether this instance is selectable.
Declaration
protected override bool IsSelectable()
Returns
true if this instance is selectable; otherwise, false.
Overrides
MeasureOverride(Size)
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
availableSize
Size
Returns
Size
Overrides
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e