DataGridViewActualAppearance.BorderThickness Property
In This Article
Gets the border thickness value that is applied to the DataGridView. To specify this value, use the BorderThickness property.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public Thickness BorderThickness { get; }
#Property Value
Type | Description |
---|---|
Thickness | The border thickness. |
See Also