Skip to main content

ChipGroupActualAppearance.HorizontalSpacing Property

Gets the horizontal amount of space between chips that is applied to the ChipGroup. To specify this value, use the HorizontalSpacing property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public double HorizontalSpacing { get; }

Property Value

Type Description
Double

The horizontal amount of space between chips that is applied to the ChipGroup.

See Also