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