Skip to main content

CustomFilterEventArgs.SourceIndex Property

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

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