Back to Devexpress

GridColumn.HeaderBorderColor Property

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

latest837 B
Original Source

GridColumn.HeaderBorderColor Property

Gets or sets the border 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 HeaderBorderColor { get; set; }

Property Value

TypeDescription
Color

The header’s border color.

|

See Also

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace