DataFormGroup.RowSeparatorThickness Property
In This Article
Gets or sets the thickness of lines that separate rows of editors in the group. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public double RowSeparatorThickness { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Double | .nan | The thickness of row separators. |
See Also