Back to Devexpress

DataFormView.EditorBoxMode Property

maui-devexpress-dot-maui-dot-dataform-dot-dataformview-3e0bbe3b.md

latest1.3 KB
Original Source

DataFormView.EditorBoxMode Property

Gets or sets whether the data form’s editors are outlined with borders or the border is displayed only for editors’ bottom edges. This is a bindable property.

Namespace : DevExpress.Maui.DataForm

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public BoxMode EditorBoxMode { get; set; }

Property Value

TypeDefaultDescription
BoxModeOutlined

A BoxMode enumeration value.

|

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

DataFormView Class

DataFormView Members

DevExpress.Maui.DataForm Namespace