Back to Devexpress

FilterChipGroupItemBase.BoxMode Property

maui-devexpress-dot-maui-dot-editors-dot-filterchipgroupitembase-70f10133.md

latest1.2 KB
Original Source

FilterChipGroupItemBase.BoxMode Property

Gets or sets whether a stroke is displayed around the entire filter item or for the bottom edge only. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public BoxMode BoxMode { get; set; }

Property Value

TypeDescription
BoxMode

The editor border type.

|

Available values:

NameDescription
Outlined

The border is displayed around the entire editor box, and the corners are rounded.

| | Filled |

The border is displayed only for the bottom edge of the editor box, the box background is filled with the default color, and the top corners are rounded.

|

See Also

FilterChipGroupItemBase Class

FilterChipGroupItemBase Members

DevExpress.Maui.Editors Namespace