Back to Devexpress

FormItemBase.HorizontalSpacing Property

maui-devexpress-dot-maui-dot-editors-dot-formitembase-7dca6c2a.md

latest897 B
Original Source

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

csharp
public double HorizontalSpacing { get; set; }

Property Value

TypeDescription
Double

The amount of space in pixels.

|

See Also

FormItemBase Class

FormItemBase Members

DevExpress.Maui.Editors Namespace