Skip to main content
A newer version of this page is available. .

ColumnBase.ActualHeaderWidth Property

Gets the column header’s actual width. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

[CloneDetailMode(CloneDetailMode.Force)]
public double ActualHeaderWidth { get; }

Property Value

Type Description
Double

A Double value that is the column header’s width, in pixels.

See Also