FormItemBase.HorizontalSpacing Property
Gets or sets the amount of horizontal space between form items in the FormGroupItem. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public double HorizontalSpacing { get; set; }
Property Value
Type | Description |
---|---|
Double | The amount of space, in pixels. |
See Also