ClassGridViewGroupFooterCell
This is User Interface(UI) element that is a part from group footer row and represents a column footer.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewGroupFooterCell : GridViewFooterCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewFooterCellBaseGridViewGroupFooterCell
Implements:
Inherited Members
Constructors
GridViewGroupFooterCell()
Initializes a new instance of the GridViewGroupFooterCell class.
Declaration
public GridViewGroupFooterCell()
Properties
AggregateResults
Gets the AggregateResultsCollection.
Declaration
protected override AggregateResultCollection AggregateResults { get; }
Property Value
Overrides
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
Overrides
OnColumnChanged(GridViewColumn, GridViewColumn)
Called due to the cell's column definition changing. Not called due to changes within the current column definition.
Declaration
protected override void OnColumnChanged(GridViewColumn oldColumn, GridViewColumn newColumn)
Parameters
oldColumn
The old column definition.
newColumn
The new column definition.
Overrides
Remarks
Coerces ContentTemplate and ContentTemplateSelector.
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e