ValidateItemEventArgs.Context Property
In This Article
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
C#
public object Context { get; }
#Property Value
Type | Description |
---|---|
System. |
The context or metadata associated with the validation event. |
See Also