Skip to main content
All docs
V25.1
  • FilterPopupExcelParseFilterCriteriaEventArgs Properties

    Provides data for the FilterPopupExcelParseFilterCriteria event.
    Name Description
    Column Gets the processed tree list column.
    FilterCriteria Gets the applied filter criteria. Inherited from ParseFilterCriteriaEventArgs.
    Path Gets the name of the processed data field or the full path to the data field through object relationships. Inherited from ParseFilterCriteriaEventArgs.
    TreeList Gets the tree list that raised the event.
    Value Gets an object that specifies the filter menu view model. Inherited from ParseFilterCriteriaEventArgs.
    See Also