Skip to main content
A newer version of this page is available. .

FilterPopupExcelParseFilterCriteriaEventArgs.TreeList Property

Gets the tree list that raised the event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v20.2.dll

NuGet Package: 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