Represents a control that contains column aggregate results.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class GridViewGroupHeaderCell : GridViewCellBase, INotifyPropertyChanged
Inheritance: objectGridViewCellBaseGridViewGroupHeaderCell
Implements:
Inherited Members
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)
The old column definition.
newColumnGridViewColumnThe new column definition.
Overrides:
Remarks:
Coerces ContentTemplate and ContentTemplateSelector.
Resets the theme.
C#
public void ResetTheme()