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