FilterPopupExcelParseFilterCriteriaEventArgs Properties
Provides data for the FilterPopupExcelParseFilterCriteria event.| Name | Description |
|---|---|
| FilterCriteria | Gets the applied filter criteria. Inherited from ParseFilterCriteriaEventArgs. |
| Grid | Gets the vertical grid that raised the event. |
| Path | Gets the name of the processed data field or the full path to the data field through object relationships. Inherited from ParseFilterCriteriaEventArgs. |
| Properties | Gets the processed row’s properties. |
| Value | Gets an object that specifies the filter menu view model. Inherited from ParseFilterCriteriaEventArgs. |
See Also