Skip to main content
A newer version of this page is available. .

DataFormView.EditorBoxMode Property

Specifies whether the data form’s editors are outlined with borders or the border is displayed only for editors’ bottom edges.

Namespace: DevExpress.XamarinForms.DataForm

Assembly: DevExpress.XamarinForms.Editors.dll

NuGet Package: DevExpress.XamarinForms.Editors

Declaration

public BoxMode EditorBoxMode { get; set; }

Property Value

Type
BoxMode

Available values:

Name
Outlined
Filled
See Also