Back to Devexpress

ChipGroup.IsMultiline Property

maui-devexpress-dot-maui-dot-editors-dot-chipgroup-56850841.md

latest1.2 KB
Original Source

ChipGroup.IsMultiline Property

Gets or sets whether chips in this group are displayed in single or multiple lines. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool IsMultiline { get; set; }

Property Value

TypeDefaultDescription
Booleantrue

true if chips in this group are displayed in a single line; otherwise, false.

|

Remarks

The default value for the InputChipGroup and FilterChipGroup types is true. For the ChoiceChipGroup type, the default value is false.

See Also

ChipGroup Class

ChipGroup Members

DevExpress.Maui.Editors Namespace