Back to Devexpress

BaseColumn.ActualHeaderWidth Property

wpf-devexpress-dot-xpf-dot-grid-dot-basecolumn-76e7bb60.md

latest1.8 KB
Original Source

BaseColumn.ActualHeaderWidth Property

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

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public double ActualHeaderWidth { get; }
vb
Public ReadOnly Property ActualHeaderWidth As Double

Property Value

TypeDescription
Double

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

|

Remarks

Column widths can be changed automatically, so that the total columns’ width matches the grid’s width. In this instance, changing the width of one column automatically changes the widths of other columns. This behavior is controlled by the view’s TableView.AutoWidth property. To obtain the actual width of columns, use their ActualHeaderWidth property.

To learn more, see Columns Layout and Width.

See Also

Move and Resize Columns

BaseColumn Class

BaseColumn Members

DevExpress.Xpf.Grid Namespace