Skip to main content
A newer version of this page is available. .

TcxGridCardViewFiltering Members

Contains filter settings for a Card View.

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 Specifies whether the Customize… button is displayed within the filter panel. Inherited from TcxCustomGridTableFiltering.
DropDownWidth Specifies the width of filter dropdowns for items. Inherited from TcxCustomGridTableFiltering.
ExpressionEditing Specifies if a user can edit expressions in Filter Builder. Inherited from TcxCustomGridTableFiltering.
GridView Inherited from TcxCustomGridTableFiltering.
ItemAddValueItems protected Specifies whether or not value items (fviValue filter conditions) are added to filter dropdowns. Inherited from TcxCustomGridTableFiltering.
ItemExcelPopup protected Provides access to general Excel-inspired filter dropdown settings applied to a grid View. Inherited from TcxCustomGridTableFiltering.
ItemFilteredItemsList protected Specifies whether to display all or only filtered items in filter dropdowns. Inherited from TcxCustomGridTableFiltering.
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. Inherited from TcxCustomGridTableFiltering.
ItemMRUItemsList protected Specifies whether filter dropdowns for View items (columns or card rows) should display the most recently used filter items. Inherited from TcxCustomGridTableFiltering.
ItemMRUItemsListCount protected Specifies the maximum number of most recently used filter criteria that a filter drop-down window for View items can display. Inherited from TcxCustomGridTableFiltering.
ItemPopup protected Provides access to options that control various appearance and behavior aspects of filter dropdowns for View items (columns or card rows). Inherited from TcxCustomGridTableFiltering.
ItemPopupMode protected Specifies the active filter dropdown mode for a grid view. Inherited from TcxCustomGridTableFiltering.
MaxDropDownCount Specifies the number of filter items which are displayed within the filter dropdown for View items (columns or card rows) simultaneously. Inherited from TcxCustomGridTableFiltering.
MRUItems Inherited from TcxCustomGridTableFiltering.
MRUItemsList Specifies if the filter panel displays a filter MRU list button when the text filter criteria display style is active. Inherited from TcxCustomGridTableFiltering.
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. Inherited from TcxCustomGridTableFiltering.
MRUItemsListDropDownCount Specifies how many filter criteria are simultaneously displayed within the filter dropdown for the filter panel. Inherited from TcxCustomGridTableFiltering.
Owner Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent.
Position Specifies the filter panel ‘s vertical position. Inherited from TcxCustomGridTableFiltering.
RowAddValueItems Specifies whether or not value items (fviValue filter conditions) are added to filter dropdowns.
RowExcelPopup Provides access to general Excel-inspired filter dropdown settings applied to a Card View.
RowFilteredItemsList Specifies whether to display all or only filtered items in filter dropdowns.
RowFilteredItemsListShowFilteredItemsOnly Specifies if each filter dropdown set to display filtered items for a card row includes only those that correspond to the card row’s values stored in filtered records.
RowMRUItemsList Specifies whether filter dropdowns for card rows should display the most recently used filter items.
RowMRUItemsListCount Specifies the maximum number of most recently used filter items that can be displayed within filter dropdowns for card rows.
RowPopup Represents options for a filter dropdown.
RowPopupDropDownWidth Specifies the width of filter dropdowns for card rows.
RowPopupMaxDropDownItemCount Specifies the number of filter items which are displayed within filter dropdowns for card rows simultaneously.
RowPopupMode Specifies the active filter dropdown type for a Card View.
Visible Specifies when the filter panel is visible. Inherited from TcxCustomGridTableFiltering.

Methods

Name Description
AddFilterToMRUItems(TcxDataFilterCriteria) Inherited from TcxCustomGridTableFiltering.
Assign(TPersistent) Updates a View’s filter settings from the specified source. Inherited from TcxCustomGridTableFiltering.
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. Inherited from TcxCustomGridTableFiltering.
ToString Inherited from TObject.
See Also