Skip to main content

DataGridViewActualAppearance.FixedColumnSeparatorThickness Property

Gets the width of the fixed column’s separator that is applied to the DataGridView. To specify this width, use the FixedColumnSeparatorThickness property.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

Declaration

public double FixedColumnSeparatorThickness { get; }

Property Value

Type Description
Double

The width of the fixed column’s separator that is applied to the DataGridView.

See Also