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 Grid
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
Grid The old column definition. |
Grid The new column definition. |
Overrides
Remarks
Coerces ContentTemplate and ContentTemplateSelector.
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()