Skip to main content

FilterChipGroupItem.IsMultiline Property

Gets or sets whether to display chip group items on multiple lines. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool IsMultiline { get; set; }

Property Value

Type Description
Boolean

true to display all available chip group items on-screen, on multiple lines; otherwise, false.

Remarks

In single-line mode, a user can scroll the chip group to view available items.

See Also