Class CommonHeaderPresenter
Presenter for the merged column headers displayed when column groups are defined.
Inheritance
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class CommonHeaderPresenter : Control
Constructors
CommonHeaderPresenter()
Initializes a new instance of the CommonHeaderPresenter class.
Declaration
public CommonHeaderPresenter()
Methods
MeasureOverride(Size)
When overridden in a derived class, measures the size in layout required
for child elements and determines a size for the System.
Declaration
protected override Size MeasureOverride(Size availableSize)
Parameters
System.
|
Returns
System. The size that this element determines it needs during layout, based on its calculations of child element sizes. |
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.
|