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:
C#
public class GridViewGroupFooterCell : GridViewFooterCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewFooterCellBaseGridViewGroupFooterCell
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewGroupFooterCell class.
C#
public GridViewGroupFooterCell()
Properties
Gets the AggregateResultsCollection.
C#
protected override AggregateResultCollection AggregateResults { get; }
Overrides:
Methods
C#
public override void OnApplyTemplate()
Overrides:
Called due to the cell's column definition changing. Not called due to changes within the current column definition.
C#
protected override void OnColumnChanged(GridViewColumn oldColumn, GridViewColumn newColumn)
The old column definition.
newColumnGridViewColumnThe new column definition.
Overrides:
Remarks:
Coerces ContentTemplate and ContentTemplateSelector.
OnCreateAutomationPeer()
AutomationPeer
C#
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer