Back to Devexpress

PickerPageButtonPosition Enum

maui-devexpress-dot-maui-dot-editors-81743f32.md

latest1.1 KB
Original Source

PickerPageButtonPosition Enum

Lists values that define the button position within the picker page.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public enum PickerPageButtonPosition

Members

NameDescription
Bottom

The button is on the page’s bottom.

| | Title |

The button is on the page’s title area.

|

The following properties accept/return PickerPageButtonPosition values:

Extension Methods

Yield<PickerPageButtonPosition>()

YieldIfNotNull<PickerPageButtonPosition>()

See Also

DevExpress.Maui.Editors Namespace