TcxCustomTreeList.Filter Property
Provides access to the filter applied to the tree list.
Declaration
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:
Display the built-in filter panel
Link the tree list to the TcxFilterControl component
Handle the OnFilterNode event to further filter the nodes.
See Also