Class
GridViewFooterCellBase

Base class for RadGridView footer cells.

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public abstract class GridViewFooterCellBase : GridViewCellBase, INotifyPropertyChanged

Inheritance: objectGridViewCellBaseGridViewFooterCellBase

Derived Classes: GridViewFooterCellGridViewGroupFooterCell

Implements: INotifyPropertyChanged

Inherited Members GridViewCellBase.CellDoubleClickEventGridViewCellBase.VerticalGridLinesBrushPropertyGridViewCellBase.VerticalGridLinesWidthPropertyGridViewCellBase.OnMouseDoubleClick(MouseButtonEventArgs)GridViewCellBase.OnMouseEnter(MouseEventArgs)GridViewCellBase.OnMouseLeave(MouseEventArgs)GridViewCellBase.OnPropertyChanged(PropertyChangedEventArgs)GridViewCellBase.ColumnGridViewCellBase.ParentRowGridViewCellBase.ParentDataControlGridViewCellBase.DataColumnGridViewCellBase.VerticalGridLinesBrushGridViewCellBase.VerticalGridLinesWidthGridViewCellBase.CellDoubleClickGridViewCellBase.PropertyChanged

Constructors

GridViewFooterCellBase()

Initializes a new instance of the GridViewFooterCellBase class.

Declaration

cs-api-definition
protected GridViewFooterCellBase()

Properties

AggregateResults

Gets the AggregateResultsCollection.

Declaration

cs-api-definition
protected virtual AggregateResultCollection AggregateResults { get; }

Property Value

AggregateResultCollection

Methods

CreateAndBindAggregateResultsList()

Sets data context and default aggregate results list.

Declaration

cs-api-definition
protected void CreateAndBindAggregateResultsList()

OnApplyTemplate()

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnColumnChanged(GridViewColumn oldColumn, GridViewColumn newColumn)

Parameters

oldColumn

GridViewColumn

The old column definition.

newColumn

GridViewColumn

The new column definition.

Overrides GridViewCellBase.OnColumnChanged(GridViewColumn, GridViewColumn)

Remarks

Coerces ContentTemplate and ContentTemplateSelector.

OnLoaded()

Raised when loaded.

Declaration

cs-api-definition
protected virtual void OnLoaded()

SetDataContext()

Sets data context to the corresponding column AggregateResults.

Declaration

cs-api-definition
protected void SetDataContext()