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