DataFormView.EditorHorizontalSpacing Property
Gets or sets the distance between editors in a row. This is a bindable property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double EditorHorizontalSpacing { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | -1 | The distance between editors. |
Remarks
See Also