Skip to main content
All docs
V25.1
  • FilterPopupExcelParseFilterCriteriaEventArgs.TreeList Property

    Gets the tree list that raised the event.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

    Declaration

    public TreeList TreeList { get; }

    Property Value

    Type Description
    TreeList

    An object that specifies the tree list that raised the event.

    See Also