Skip to main content

TcxGridServerModeTableFiltering Members

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
ColumnAddValueItems Specifies if value items (fviValue filter conditions) are added to the filter pop-up window. Inherited from TcxGridTableFiltering.
ColumnExcelPopup Provides access to general Excel-inspired filter pop-up settings applied to a grid’s Table View. Inherited from TcxGridTableFiltering.
ColumnFilteredItemsList Specifies if a filter pop-up window displays all or only filtered items. Inherited from TcxGridTableFiltering.
ColumnFilteredItemsListShowFilteredItemsOnly Specifies if each filter pop-up window set to display filtered items for a column includes only those items that correspond to the column’s values stored in filtered records. Inherited from TcxGridTableFiltering.
ColumnMRUItemsList Specifies if filter pop-up windows for columns should display the most recently used filter items. Inherited from TcxGridTableFiltering.
ColumnMRUItemsListCount Specifies the maximum number of most recently used filter items that can be displayed in filter pop-up windows for columns. Inherited from TcxGridTableFiltering.
ColumnPopup Provides access to filter drop-down window settings. Inherited from TcxGridTableFiltering.
ColumnPopupDropDownWidth

Deprecated. This property exists for backward compatibility only.

Tip

Use the ColumnPopup.DropDownWidth property instead of ColumnPopupDropDownWidth.

Inherited from TcxGridTableFiltering.
ColumnPopupMaxDropDownItemCount

Deprecated. This property exists for backward compatibility only.

Tip

Use the ColumnPopup.MaxDropDownItemCount property instead of ColumnPopupMaxDropDownItemCount.

Inherited from TcxGridTableFiltering.
ColumnPopupMode Specifies the active filter pop-up window type for a grid’s Table View. Inherited from TcxGridTableFiltering.
CustomizeDialog

Deprecated. This property exists for backward compatibility only.

Tip

Use the FilterBox.CustomizeDialog property at the grid View level instead of CustomizeDialog.

Inherited from TcxCustomGridTableFiltering.
DropDownWidth

Deprecated. This property exists for backward compatibility only.

Tip

Use the ItemPopup.DropDownWidth property instead of DropDownWidth.

Inherited from TcxCustomGridTableFiltering.
ExpressionEditing Specifies if a user can edit expressions in Filter Builder. Inherited from TcxCustomGridTableFiltering.
GridView Provides access to the grid’s Table View to which these filter settings belong. Inherited from TcxGridTableFiltering.
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

Deprecated. This property exists for backward compatibility only.

Tip

Use the ItemPopup.MaxDropDownItemCount property instead of MaxDropDownCount.

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

Deprecated. This property exists for backward compatibility only.

Tip

Use the FilterBox.MRUItemsListDropDownCount property instead of MRUItemsListDropDownCount.

Inherited from TcxCustomGridTableFiltering.
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.

Tip

Use the FilterBox.Position property at the grid View level instead of Position.

Inherited from TcxCustomGridTableFiltering.
Visible

Deprecated. This property exists for backward compatibility only.

Tip

Use the FilterBox.Visible property at the grid View level instead of Visible.

Inherited from TcxCustomGridTableFiltering.

Methods

Name Description
AddFilterToMRUItems(TcxDataFilterCriteria) Inherited from TcxCustomGridTableFiltering.
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. Inherited from TcxCustomGridTableFiltering.
ToString Inherited from TObject.
See Also