Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RowFilterEventArgs Properties

Provides data for the ColumnView.CustomRowFilter event.
Name Description
Handled Gets or sets whether the event is handled and therefore no default processing is required.
ListSourceRow 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.
Visible Gets or sets whether the current record must be visible in a View.
See Also