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

This is User Interface(UI) element that is a part from group footer row and represents a column footer.

Definition

Constructors

Initializes a new instance of the GridViewGroupFooterCell class.

C#
public GridViewGroupFooterCell()

Properties

Gets the AggregateResultsCollection.

C#
protected override AggregateResultCollection AggregateResults { get; }

Overrides: GridViewFooterCellBase.AggregateResults

Methods

C#
public override void OnApplyTemplate()

Overrides: GridViewFooterCellBase.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: GridViewFooterCellBase.OnColumnChanged(GridViewColumn, GridViewColumn)

Remarks:

Coerces ContentTemplate and ContentTemplateSelector.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs