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:
- the bottom border thickness of cells (CellStyle), column headers (ColumnHeaderStyle) and group rows (GroupRowStyle).
- the top border thickness of the total summary panel (TotalSummaryStyle).
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.
See Also