PickerShowingEventArgs(PickerShowMode, Object) Constructor
Initializes a new instance of the PickerShowingEventArgs class with specified settings.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public PickerShowingEventArgs(
PickerShowMode pickerShowMode,
object container
)
Parameters
Name | Type | Description |
---|---|---|
pickerShowMode | PickerShowMode | The picker’s PickerShowMode property value. |
container | Object | The picker’s parent object. |
See Also