DataGridView.VerticalLineThickness Property
Gets or sets the thickness of the grid’s vertical lines.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
public double VerticalLineThickness { get; set; }
Property Value
Type | Description |
---|---|
Double | The line thickness, in density-independent pixels. |
Remarks
To change the horizontal line thickness, use the HorizontalLineThickness property of a style object that stores the corresponding UI element’s appearance settings (CellStyle, ColumnHeaderStyle, GroupRowStyle, TotalSummaryStyle).
To get or set the grid border thickness, use the DataGridView.BorderThickness property.
See Also