DataGridView.BorderThickness Property
Gets or sets the grid border thickness.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
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.
See Also