TcxCustomTreeList.Filtering Property
In This Article
Provides access to all filter settings.
#Declaration
Delphi
property Filtering: TcxTreeListFiltering read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Contains the Tree List control’s filter settings. |
#Remarks
Use the Filtering.ColumnPopup and Filtering.ColumnPopupMode properties to customize general column drop-down filter options and switch between the classic and Excel-inspired drop-down filter UI.
Note
Set the Options
Refer to the TcxTreeListFiltering class description for detailed information on available options.
See Also