ClassCommonColumnHeader
Class
The header shown above columns in the same column group.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public class CommonColumnHeader : GridViewCellBase, INotifyPropertyChanged, IExportableElement
Inheritance: objectGridViewCellBaseCommonColumnHeader
Implements:
Inherited Members
Constructors
CommonColumnHeader()
Initializes a new instance of the CommonColumnHeader class.
Declaration
cs-api-definition
public CommonColumnHeader()
Properties
ExportedElementColumnSpan
The column span of the element when being exported.
Declaration
cs-api-definition
public int ExportedElementColumnSpan { get; }
Property Value
Implements
ExportedElementWidth
The pixel width of the element when being exported.
Declaration
cs-api-definition
public double ExportedElementWidth { get; }
Property Value
Implements
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a Control object.
Declaration
cs-api-definition
protected override Size ArrangeOverride(Size finalSize)
Parameters
finalSize
Size
Returns
Size
OnCreateAutomationPeer()
Declaration
cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e