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