Skip to main content

TcxCustomEditContainerItemExcelFilterPopupOptions Members

The base class for all classes that implement settings of an item’s Excel-inspired filter dropdown in tree list and vertical grid controls.

Constructors

Name Description
Create(TPersistent) Initializes a new instance of the TcxInterfacedPersistent class with specified settings. Inherited from TcxInterfacedPersistent.

Properties

Name Description
ApplyChanges protected Specifies how an Excel-inspired dropdown window updates filter criteria for a container control item.
DateTimeValuesPageType protected Specifies the UI type of an Excel-inspired filter dropdown’s Values page for a container control item that displays date-time values.
DefaultPage protected Specifies which page of an Excel-inspired filter dropdown is active when it is invoked for a container control item.
FilteredItemsList protected Specifies if the container control limits the filter dropdown’s value list for a container control item according to the active filter criteria. Inherited from TcxCustomEditContainerItemCustomFilterPopupOptions.
FilteredItemsListShowFilteredItemsOnly protected Specifies if a container control item’s filter dropdown shows only those items that meet all the active filter criteria. Inherited from TcxCustomEditContainerItemCustomFilterPopupOptions.
NumericValuesPageType protected Specifies the UI type of an Excel-inspired filter dropdown’s Values page for a container control item that displays numeric values.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.

Methods

Name Description
Assign(TPersistent) Updates an Excel-inspired filter dropdown’s settings of an item in a tree list or vertical grid control.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
ToString Inherited from TObject.
See Also