GridColumn.HeaderBottomBorderColor Property
Gets or sets the border color of the grid column header’s bottom border. This is a bindable property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public Color HeaderBottomBorderColor { get; set; }
Property Value
Type | Description |
---|---|
Color | The header’s bottom border color. |
See Also