TcxCustomTreeList.Filtering Property
Provides access to all filter settings.
Declaration
property Filtering: TcxTreeListFiltering read; write;
Property Value
Type | Description |
---|---|
TcxTreeListFiltering | 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 OptionsCustomizing.ColumnFiltering property to bTrue to display drop-down filter buttons in column headers.
Refer to the TcxTreeListFiltering class description for detailed information on available options.
See Also