Back to Devexpress

BoxMode Enum

mobilecontrols-devexpress-dot-xamarinforms-dot-editors-9ab38205.md

latest1.2 KB
Original Source

BoxMode Enum

Lists values that specify editor box types.

Namespace : DevExpress.XamarinForms.Editors

Assembly : DevExpress.XamarinForms.Editors.dll

NuGet Package : DevExpress.XamarinForms.Editors

Declaration

csharp
public enum BoxMode

Members

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.

|

The following properties accept/return BoxMode values:

See Also

DevExpress.XamarinForms.Editors Namespace