New to Telerik UI for WPFStart a free 30-day trial

The header shown above columns in the same column group.

Definition

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: IExportableElement.ExportedElementColumnSpan

The pixel width of the element when being exported.

C#
public double ExportedElementWidth { get; }

Implements: IExportableElement.ExportedElementWidth

Methods

Called to arrange and size the content of a Control object.

C#
protected override Size ArrangeOverride(Size finalSize)
Parameters:finalSizeSizeReturns:

Size

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs