Skip to main content

TcxCustomGridTableFiltering Members

Stores common filtering options for grid Views.

Constructors

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

Properties

Name Description
CustomizeDialog Deprecated. This property exists for backward compatibility only. Instead, use the FilterBox.CustomizeDialog property at the grid View level.
DropDownWidth protected Deprecated. This property exists for backward compatibility only. Use the ItemPopup.DropDownWidth property instead.
ExpressionEditing Specifies if a user can edit expressions in Filter Builder.
GridView
ItemAddValueItems protected Specifies whether or not value items (fviValue filter conditions) are added to filter dropdowns.
ItemExcelPopup protected Provides access to general Excel-inspired filter dropdown settings applied to a grid View.
ItemFilteredItemsList protected Specifies whether to display all or only filtered items in filter dropdowns.
ItemFilteredItemsListShowFilteredItemsOnly protected Specifies if each filter dropdown set to display filtered items for a grid item includes only those that correspond to the grid item’s values stored in filtered records.
ItemMRUItemsList protected Specifies whether filter dropdowns for View items (columns or card rows) should display the most recently used filter items.
ItemMRUItemsListCount protected Specifies the maximum number of most recently used filter criteria that a filter drop-down window for View items can display.
ItemPopup protected Provides access to options that control various appearance and behavior aspects of filter dropdowns for View items (columns or card rows).
ItemPopupMode protected Specifies the active filter dropdown mode for a grid view.
MaxDropDownCount protected Deprecated. This property exists for backward compatibility only. Use the ItemPopup.MaxDropDownItemCount property instead.
MRUItems
MRUItemsList Specifies if the filter panel displays a filter MRU list button when the text filter criteria display style is active.
MRUItemsListCount Specifies the maximum number of most recently applied filter criteria available in the filter drop-down window for the filter panel if the text filter criteria display style is active.
MRUItemsListDropDownCount Deprecated. This property exists for backward compatibility only. Use the FilterBox.MRUItemsListDropDownCount property instead.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Position Deprecated. This property exists for backward compatibility only. Instead, use the FilterBox.Position property at the grid View level.
Visible Deprecated. This property exists for backward compatibility only. Instead, use the FilterBox.Visible property at the grid View level.

Methods

Name Description
AddFilterToMRUItems(TcxDataFilterCriteria)
Assign(TPersistent) Inherited from TPersistent.
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.
RunCustomizeDialog(TcxCustomGridTableItem) Invokes the filter customization dialog.
ToString Inherited from TObject.
See Also