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

Represents a control that contains column aggregate results.

Definition

Constructors

Initializes a new instance of the GridViewGroupHeaderCell class.

C#
public GridViewGroupHeaderCell()

Methods

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.

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

Resets the theme.

C#
public void ResetTheme()