PickerShowingEventArgs.Container Property
Gets the picker’s parent object.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public object Container { get; }
Property Value
Type | Description |
---|---|
Object | The picker’s parent object. |
See Also