Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomTreeList.Filter Property

Provides access to the filter applied to the tree list.

#Declaration

Delphi
property Filter: TcxDataFilterCriteria read; write;

#Property Value

Type
TcxDataFilterCriteria

#Remarks

Use this property or the DataController.Filter property to apply and manage filter conditions, customize the filter dropdown list, etc. If a filter is applied, the tree list displays only those nodes that match the specified filter conditions.

Use any of the following methods to enable filter customization for end-users:

Handle the OnFilterNode event to further filter the nodes.

See Also