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