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
public Color HeaderBorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The header’s border color. |
See Also