Skip to main content
All docs
V25.2
  • 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

    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:

    DevExpress Filtering UI for MAUI - Chip group with multiple lines

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