Back to Devexpress

FormPickerItemBase.PickerPageButtonPosition Property

maui-devexpress-dot-maui-dot-editors-dot-formpickeritembase-f5be8ee7.md

latest1.1 KB
Original Source

FormPickerItemBase.PickerPageButtonPosition Property

Gets or sets the position of the button within the picker page. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public PickerPageButtonPosition PickerPageButtonPosition { get; set; }

Property Value

TypeDescription
PickerPageButtonPosition

The position of the button within the picker page.

|

Available values:

NameDescription
Bottom

The button is on the page’s bottom.

| | Title |

The button is on the page’s title area.

|

See Also

FormPickerItemBase Class

FormPickerItemBase Members

DevExpress.Maui.Editors Namespace