Skip to main content

DataFormView.EditorHorizontalSpacing Property

Gets or sets the distance between editors in a row.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

#Declaration

C#
public double EditorHorizontalSpacing { get; set; }

#Property Value

Type Description
Double

The distance between editors.

#Remarks

See Also