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