Skip to main content

ChipGroupActualAppearance.IsMultiline Property

Gets whether the ChipGroup‘s chips are displayed in a multiple lines. To specify this value, use the IsMultiline property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsMultiline { get; }

Property Value

Type Description
Boolean

true when chips in this ChipGroup are displayed in a single line; otherwise, false.

See Also