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

RowStyleBase.HorizontalLineThickness Property

Gets or sets the horizontal line thickness.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

Declaration

[XtraSerializableProperty]
public double HorizontalLineThickness { get; set; }

Property Value

Type Description
Double

The line thickness, in density-independent pixels.

Remarks

The HorizontalLineThickness property specifies:

To change the thickness of the grid’s vertical lines, use the DataGridView.VerticalLineThickness property.

To get or set the grid border thickness, use the DataGridView.BorderThickness property.

Grid Line Thickness

See Also