DataGridViewActualAppearance.GroupRowHorizontalLineThickness Property
In This Article
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
C#
public double GroupRowHorizontalLineThickness { get; }
#Property Value
Type | Description |
---|---|
Double | The thickness of the horizontal line that is applied to the Data |
See Also