Base class for RadGridView footer cells.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public abstract class GridViewFooterCellBase : GridViewCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewFooterCellBase
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the GridViewFooterCellBase class.
C#
protected GridViewFooterCellBase()
Properties
Gets the AggregateResultsCollection.
C#
protected virtual AggregateResultCollection AggregateResults { get; }
Methods
Sets data context and default aggregate results list.
C#
protected void CreateAndBindAggregateResultsList()
C#
public override void OnApplyTemplate()
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.
Raised when loaded.
C#
protected virtual void OnLoaded()
Sets data context to the corresponding column AggregateResults.
C#
protected void SetDataContext()