New to Telerik UI for WPFStart a free 30-day trial

Base class for RadGridView footer cells.

Definition

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)
Parameters:oldColumnGridViewColumn

The old column definition.

newColumnGridViewColumn

The new column definition.

Overrides: GridViewCellBase.OnColumnChanged(GridViewColumn, GridViewColumn)

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()