Class
CommonColumnHeader

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: IExportableElementINotifyPropertyChanged

Inherited Members GridViewCellBase.CellDoubleClickEventGridViewCellBase.VerticalGridLinesBrushPropertyGridViewCellBase.VerticalGridLinesWidthPropertyGridViewCellBase.OnMouseDoubleClick(MouseButtonEventArgs)GridViewCellBase.OnColumnChanged(GridViewColumn, GridViewColumn)GridViewCellBase.OnMouseEnter(MouseEventArgs)GridViewCellBase.OnMouseLeave(MouseEventArgs)GridViewCellBase.OnPropertyChanged(PropertyChangedEventArgs)GridViewCellBase.ColumnGridViewCellBase.ParentRowGridViewCellBase.ParentDataControlGridViewCellBase.DataColumnGridViewCellBase.VerticalGridLinesBrushGridViewCellBase.VerticalGridLinesWidthGridViewCellBase.CellDoubleClickGridViewCellBase.PropertyChanged

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

int

Implements IExportableElement.ExportedElementColumnSpan

ExportedElementWidth

The pixel width of the element when being exported.

Declaration

cs-api-definition
public double ExportedElementWidth { get; }

Property Value

double

Implements IExportableElement.ExportedElementWidth

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

EventArgs