TdxFilterPopupWindowMode Enum
Enumerates filter dropdown types that container control items use.
Declaration
TdxFilterPopupWindowMode = (
fpmDefault,
fpmClassic,
fpmExcel
);
Members
Name |
---|
fpmDefault
|
fpmClassic
|
fpmExcel
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
fpmDefault | A more global setting determines which dropdown type is considered “default” (for instance, an item uses its container control’s setting or the control uses the global constant value, etc.) fpmDefault and | |
fpmClassic | A container control item shows a classic filter dropdown. fpmClassic and | |
fpmExcel | A container control item shows a filter dropdown similar to the one found in Microsoft Excel®. An Excel-inspired filter dropdown includes two pages accessible via the Values and Filters tabs:
|
The following public API members reference the TdxFilterPopupWindowMode type:
The dxDefaultFilterPopupWindowMode global constant;
A vertical grid control’s Filtering.RowPopupMode property;
A tree list control’s Filtering.ColumnPopupMode property;
A container control item’s Options.FilterPopupMode property in vertical grid and tree list controls;
The Options.FilteringPopupMode property of a grid item in the TcxGrid control’s Table and Banded Table views;
A Table or Banded Table view’s Filtering.ColumnPopupMode property in the TcxGrid control;
A Card view’s Filtering.RowPopupMode property in the TcxGrid control.