DataFormViewActualAppearance.RowSeparatorThickness Property
Gets the row separator’s thickness value that is applied to the DataFormView. To specify this value, use the RowSeparatorThickness property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double RowSeparatorThickness { get; }
Property Value
Type | Description |
---|---|
Double | The row separator’s thickness. |
See Also