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