DataGridViewActualAppearance.VerticalLineThickness Property
Gets the vertical line’s thickness that is applied to the DataGridView. To specify this value, use the VerticalLineThickness property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public double VerticalLineThickness { get; }
Property Value
Type | Description |
---|---|
Double | The vertical line’s thickness that is applied to the DataGridView. |
See Also