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.v19.2.dll

Declaration

public TreeList TreeList { get; }

Property Value

Type Description
TreeList

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

See Also