Back to Devexpress

GridColumn.HeaderBackgroundColor Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-48ba003e.md

latest853 B
Original Source

GridColumn.HeaderBackgroundColor Property

Gets or sets the background color of the grid 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 Color HeaderBackgroundColor { get; set; }

Property Value

TypeDescription
Color

The header’s background color.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace