Back to Devexpress

FilterCheckedChipGroupItemBase.IsMultiline Property

maui-devexpress-dot-maui-dot-editors-dot-filtercheckedchipgroupitembase-ad273695.md

latest1.4 KB
Original Source

FilterCheckedChipGroupItemBase.IsMultiline Property

Gets or sets whether to display chip group items in 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

TypeDescription
Boolean

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

|

Remarks

In single-line mode, a user can scroll the chip group to view available items. The following images show a FilterCheckedChipGroupItem with different IsMultiple property values:

xaml
<dxe:FilterCheckedChipGroupItem FieldName="PackagingType" IsMultiline="False"/>

See Also

FilterCheckedChipGroupItemBase Class

FilterCheckedChipGroupItemBase Members

DevExpress.Maui.Editors Namespace