CustomFilterEventArgs.SourceIndex Property
In This Article
Returns the index of the processed row in the data source.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public int SourceIndex { get; }
#Property Value
Type | Description |
---|---|
Int32 | The index of the processed row. |
#Remarks
For more information, refer to the DataGridView.CustomFilter event.
See Also