Skip to main content
A newer version of this page is available. .

RowFilterEventArgs Class

Provides data for the ColumnView.CustomRowFilter event.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v18.1.dll

Declaration

public class RowFilterEventArgs :
    EventArgs

Remarks

The ColumnView.CustomRowFilter event can be used to hide specific rows or make them visible regardless of a View’s filter.

The record currently being processed is specified by the RowFilterEventArgs.ListSourceRow property. To specify the row’s visibility use the RowFilterEventArgs.Visible and RowFilterEventArgs.Handled properties.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RowFilterEventArgs class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
EventArgs
RowFilterEventArgs
See Also