Back to Devexpress

FilterRangeItemBase.EditorBoxMode Property

maui-devexpress-dot-maui-dot-editors-dot-filterrangeitembase.md

latest1.3 KB
Original Source

FilterRangeItemBase.EditorBoxMode Property

Gets or sets the box mode of the FilterRangeItemBase editor. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public BoxMode EditorBoxMode { get; set; }

Property Value

TypeDescription
BoxMode

The box mode of the FilterRangeItemBase editor.

|

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

FilterRangeItemBase Class

FilterRangeItemBase Members

DevExpress.Maui.Editors Namespace