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
public bool IsMultiline { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
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:

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