DataGridViewActualAppearance.FixedColumnSeparatorThickness Property
In This Article
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
C#
public double FixedColumnSeparatorThickness { get; }
#Property Value
Type | Description |
---|---|
Double | The width of the fixed column’s separator that is applied to the Data |
See Also