ChipGroupActualAppearance.IsMultiline Property
Gets whether the ChipGroup‘s chips are displayed in a multiple lines. To specify this value, use the IsMultiline property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public bool IsMultiline { get; }
Property Value
Type | Description |
---|---|
Boolean |
|
See Also