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