ValidateItemEventArgs.SourceIndex Property
Gets the index of the validated item in the data source.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public int SourceIndex { get; }
Property Value
Type | Description |
---|---|
Int32 | The index of the validated item in the data source. |
See Also