ClassGridViewGroupFooterRow
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 GridViewGroupFooterRow : GridViewRowItem, IRowItem
Inheritance: objectRadRowItemGridViewRowItemGridViewGroupFooterRow
Implements:
Inherited Members
Constructors
GridViewGroupFooterRow()
Initializes a new instance of the GridViewGroupFooterRow class.
Declaration
public GridViewGroupFooterRow()
Properties
Methods
ArrangeOverride(Size)
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
Overrides
CreateIndentItem()
Creates the item that fills in the indentation.
Declaration
public override ContentControl CreateIndentItem()
Returns
ContentControl
Overrides
CreateItem()
Generates cell containers for GridViewGroupFooterRow.
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
OnItemChanged(object, object)
Called when the value of the Item property changes.