Occurs when the preparation for filtering is started but before the
C1GridView instance handles the filter operation.
The event handler receives an argument of type C1GridViewFilterEventArgs containing data related to this event. The following C1GridViewFilterEventArgs properties provide information specific to this event.
Property | Description |
---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Operators | Gets a dictionary containing field name / filter operator pairs. |
Values | Gets a dictionary containing field name / filter value pairs in the filter row. |