TcxTreeListFiltering.ColumnPopup Property
Provides access to the setting common to all filter dropdowns.
Declaration
property ColumnPopup: TcxTreeListFilteringColumnPopupOptions read; write;
Property Value
Type | Description |
---|---|
TcxTreeListFilteringColumnPopupOptions | Contains all filter drop-down settings for a Tree List control. |
Remarks
You can use the ColumnPopup.AddValueItems property to specify if a Tree List control populates the filter dropdown with values from the selected dataset field.
Note
Set a Tree List control’s OptionsCustomizing.ColumnFiltering property to bTrue to display filter drop-down buttons in column headers.
Refer to the TcxTreeListFilteringColumnPopupOptions class description for information on available options.
See Also