DataFormGroup.RowSeparatorThickness Property
Gets or sets the thickness of lines that separate rows of editors in the group.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public double RowSeparatorThickness { get; set; }
Property Value
| Type | Description |
|---|---|
| Double | The thickness of row separators. |
See Also