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

ColumnBase.HeaderHorizontalContentAlignment Property

Gets or sets the column header’s content alignment. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(HorizontalAlignment.Left, Handler = "UpdateActualHorizontalHeaderContentAlignment")]
public HorizontalAlignment HeaderHorizontalContentAlignment { get; set; }

Property Value

Type Description
HorizontalAlignment

The content’s horizontal alignment.

See Also