Skip to main content

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

public PickerPageButtonPosition PickerPageButtonPosition { get; set; }

Property Value

Type Description
PickerPageButtonPosition

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