DataGridViewActualAppearance.GroupRowHorizontalLineThickness Property
Gets the thickness of the horizontal line that is applied to the DataGridView‘s group row. To specify this thickness, use the HorizontalLineThickness inherited property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public double GroupRowHorizontalLineThickness { get; }
Property Value
Type | Description |
---|---|
Double | The thickness of the horizontal line that is applied to the DataGridView‘s group row. |
See Also