Skip to main content

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.v23.2.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