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

ColumnBase.HorizontalHeaderContentAlignment Property

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

Namespace: DevExpress.UI.Xaml.Grid

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

Declaration

public HorizontalAlignment HorizontalHeaderContentAlignment { get; set; }

Property Value

Type Description
Windows.UI.Xaml.HorizontalAlignment

A Windows.UI.Xaml.HorizontalAlignment enumeration value that specifies the content’s horizontal alignment.

See Also