DataFormGroup.RowSeparatorThickness Property
In This Article
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
C#
public double RowSeparatorThickness { get; set; }
#Property Value
Type | Description |
---|---|
Double | The thickness of row separators. |
See Also