RowFilterEventArgs.ListSourceRow Property
Gets the index in the data source of the row currently being processed. Row handles are not data source indexes, see the Accessing Rows in Code. Row Handles section of the "Rows" article for more information.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | A zero-based integer that identifies the row's index in the underlying data source. |
See Also
Feedback