Skip to main content

FilterListItemBase.EditorBoxMode Property

Gets or sets the box mode value of the FilterListItemBase descendant’s editor. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public BoxMode EditorBoxMode { get; set; }

Property Value

Type Description
BoxMode

The box mode value of the FilterListItemBase descendant’s editor.

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