Back to Devexpress

GridColumn.HorizontalHeaderAlignment Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-fa3a3f2b.md

latest879 B
Original Source

GridColumn.HorizontalHeaderAlignment Property

Gets or sets the horizontal alignment of the column’s header. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public TextAlignment HorizontalHeaderAlignment { get; set; }

Property Value

TypeDescription
TextAlignment

The header’s horizontal alignment.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace