ValidateItemEventArgs.Context Property
Gets the context object.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public object Context { get; }
Property Value
Type | Description |
---|---|
Object | The context object. |
See Also