Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

FilterChipGroupItemBaseActualAppearance.BoxMode Property

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

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

#Declaration

C#
public BoxMode BoxMode { get; }

#Property Value

Type Description
BoxMode

The box mode value.

Available values:

Name Description
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