TcxEditorRowPropertiesFilterPopupOptions Class
Contains an editor row‘s filter dropdown settings.
Declaration
TcxEditorRowPropertiesFilterPopupOptions = class(
TcxCustomEditContainerItemFilterPopupOptions
)
Remarks
This class provides the following members that allow you to:
Specify if an editor row populates a filter dropdown with value items (AddValueItems).
Disable the editor item’s filter dropdown (Enabled).
Limit the number of items in the editor row’s filter dropdown according to the current filter criteria (FilteredItemsList and FilteredItemsListShowFilteredItemsOnly).
Disable the most recently used (MRU) values list for the editor row (MRUItemsList).
An editor row’s Properties.Options.FilterPopup property references a TcxEditorRowPropertiesFilterPopupOptions object.
Inheritance
TObject
TPersistent
TInterfacedPersistent
TcxInterfacedPersistent
TcxCustomEditContainerItemCustomFilterPopupOptions
TcxCustomEditContainerItemFilterPopupOptions
TcxEditorRowPropertiesFilterPopupOptions
See Also