Back to Devexpress

BoxMode Enum

maui-devexpress-dot-maui-dot-editors-5e9edb68.md

latest1.8 KB
Original Source

BoxMode Enum

Lists values that specify editor box types.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.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:

Extension Methods

Yield<BoxMode>()

YieldIfNotNull<BoxMode>()

See Also

DevExpress.Maui.Editors Namespace