Skip to main content

FormPickerItemBase.PickerShowing Event

Occurs before the FormPickerItemBase descendent is invoked.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public event EventHandler<PickerShowingEventArgs> PickerShowing

Event Data

The PickerShowing event's data class is PickerShowingEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
Container Gets the picker’s parent object.
PickerShowMode Gets the picker’s PickerShowMode property value.
See Also