Class
GridViewGroupFooterCell

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

Definition

Namespace:Telerik.Windows.Controls.GridView

Assembly:Telerik.Windows.Controls.GridView.dll

Syntax:

cs-api-definition
public class GridViewGroupFooterCell : GridViewFooterCellBase, INotifyPropertyChanged

Inheritance: objectGridViewCellBaseGridViewFooterCellBaseGridViewGroupFooterCell

Implements: INotifyPropertyChanged

Inherited Members GridViewFooterCellBase.OnLoaded()GridViewFooterCellBase.CreateAndBindAggregateResultsList()GridViewFooterCellBase.SetDataContext()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

GridViewGroupFooterCell()

Initializes a new instance of the GridViewGroupFooterCell class.

Declaration

cs-api-definition
public GridViewGroupFooterCell()

Properties

AggregateResults

Gets the AggregateResultsCollection.

Declaration

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

Property Value

AggregateResultCollection

Overrides GridViewFooterCellBase.AggregateResults

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

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

Remarks

Coerces ContentTemplate and ContentTemplateSelector.

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs