Back to Devexpress

ChipGroupActualAppearance.BoxMode Property

maui-devexpress-dot-maui-dot-editors-dot-chipgroupactualappearance.md

latest1.3 KB
Original Source

ChipGroupActualAppearance.BoxMode Property

Gets the box mode value that is applied to the ChipGroup. To specify this value, use the BoxMode property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public BoxMode BoxMode { get; }

Property Value

TypeDescription
BoxMode

The box mode value that is applied to the ChipGroup.

|

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

ChipGroupActualAppearance Class

ChipGroupActualAppearance Members

DevExpress.Maui.Editors Namespace