DataFormViewActualAppearance.EditorHorizontalSpacing Property
Gets the editor’s horizontal spacing value that is applied to the DataFormView. To specify this value, use the EditorHorizontalSpacing property.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double EditorHorizontalSpacing { get; }
Property Value
Type | Description |
---|---|
Double | The editor’s horizontal spacing. |
See Also