Back to Devexpress

ChipGroup.BoxMode Property

maui-devexpress-dot-maui-dot-editors-dot-chipgroup-debd01ac.md

latest1.2 KB
Original Source

ChipGroup.BoxMode Property

Gets or sets whether chips in this group are filled or outlined. 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

TypeDefaultDescription
BoxModeOutlined

An enumeration value that specifies whether a visual element is filled or outlined.

|

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

ChipGroup Class

ChipGroup Members

DevExpress.Maui.Editors Namespace