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.Int32
|
Implements
ExportedElementWidth
The pixel width of the element when being exported.
Declaration
public double ExportedElementWidth { get; }
Property Value
System.Double
|
Implements
Methods
ArrangeOverride(Size)
Called to arrange and size the content of a System.Windows.Controls.Control object.
Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
System.Windows.Size
finalSize
|
Returns
System.Windows.Size
|
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
|
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|