Back to Devexpress

DataGridView.BorderThickness Property

maui-devexpress-dot-maui-dot-datagrid-dot-datagridview-e22efc53.md

latest1.2 KB
Original Source

DataGridView.BorderThickness Property

Gets or sets the grid border thickness. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public Thickness BorderThickness { get; set; }

Property Value

TypeDescription
Thickness

The border thickness, in density-independent units.

|

Remarks

To change the thickness of the grid’s inner lines, use the DataGridView.VerticalLineThickness and CellAppearanceBase.HorizontalLineThickness properties.

See Also

DataGridView Class

DataGridView Members

DevExpress.Maui.DataGrid Namespace