Skip to main content

IGridControlCustomizer.BorderThickness Property

Specifies the GridControl‘s border thickness, measured in density-independent pixels.

Namespace: DevExpress.Mobile.DataGrid.Theme

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

Thickness BorderThickness { get; set; }

Property Value

Type Description
Xamarin.Forms.Thickness

A Xamarin.Forms.Thickness object, representing the border thickness.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

See Also