Skip to main content

DataGridViewActualAppearance.BorderThickness Property

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

public Thickness BorderThickness { get; }

Property Value

Type Description
Thickness

The border thickness.

See Also