Class GridViewGroupHeaderCell
Represents a control that contains column aggregate results.
Inherited Members
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewGroupHeaderCell : GridViewCellBase, INotifyPropertyChanged, IProvideGridViewColumn, IThemable
Constructors
GridViewGroupHeaderCell()
Initializes a new instance of the GridViewGroupHeaderCell class.
Declaration
public GridViewGroupHeaderCell()
Methods
OnColumnChanged(GridViewColumn, GridViewColumn)
Called due to the cell's column definition changing. Not called due to changes within the current column definition.
Declaration
protected override void OnColumnChanged(GridViewColumn oldColumn, GridViewColumn newColumn)
Parameters
GridViewColumn
oldColumn
The old column definition. |
GridViewColumn
newColumn
The new column definition. |
Overrides
Remarks
Coerces ContentTemplate and ContentTemplateSelector.
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()