TcxTreeListFiltering Class
Contains a TreeList control’s filter settings.
Declaration
TcxTreeListFiltering = class(
TcxControlOptionsFiltering
)
Remarks
This class provides the following members that allow you to:
Switch between available filter dropdown types (ColumnPopupMode).
Customize general column filter dropdown options (ColumnPopup).
Adjust appearance and behavior settings of an Excel-inspired filter dropdown (ColumnExcelPopup).
Display a filter customization dialog (RunCustomizeDialog).
Direct TcxTreeListFiltering Class Reference
A TreeList control’s Filtering property references a TcxTreeListFiltering
object.
Inheritance
See Also