Skip to main content
A newer version of this page is available. .

DataGridView.BorderThickness Property

Gets or sets the grid border thickness.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public Thickness BorderThickness { get; set; }

Property Value

Type Description
Thickness

The border thickness, in density-independent units.

Remarks

To change the thickness of the grid’s inner lines, use the DataGridView.VerticalLineThickness and RowStyleBase.HorizontalLineThickness properties.

Grid Line Thickness

See Also