Skip to main content

FilterPopupExcelParseFilterCriteriaEventArgs.TreeList Property

Gets the tree list that raised the event.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.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