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