FilterChipGroupItem.IsMultiline Property
In This Article
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
C#
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.
See Also