FormPickerItemBase.PickerPageButtonPosition Property
In This Article
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
C#
public PickerPageButtonPosition PickerPageButtonPosition { get; set; }
#Property Value
Type | Description |
---|---|
Picker |
The position of the button within the picker page. |
Available values:
Name | Description |
---|---|
Bottom | The button is on the page’s bottom. |
Title | The button is on the page’s title area. |
See Also