TdxExcelFilterValueContainerDefaultPage Enum
Enumerates options that determine which page of an Excel-inspired filter dropdown is active by default.
Declaration
TdxExcelFilterValueContainerDefaultPage = (
dpDefault,
dpValues,
dpFilters
);
Members
Name |
---|
dpDefault
|
dpValues
|
dpFilters
|
Remarks
Options include:
Value | Description | Example |
---|---|---|
dpDefault | A more global setting determines which initial filter dropdown page is considered “default” (for instance, an item uses its container control’s setting, or the control uses the global constant value, etc.) Note that the Filters page is available only if a user invokes the filter dropdown to set filter criteria for string, date-time, and numeric values. dpDefault and | |
dpValues | Explicitly sets “Values” as an Excel-inspired filter dropdown’s initial page. dpValues and | |
dpFilters | Explicitly sets “Filters” as an Excel-inspired filter dropdown’s default page (the page that the filter dropdown shows when invoked). Note that the Filters page is available only if a user invokes the filter dropdown to define filter criteria for string, date-time, and numeric values. The dropdown window ignores the dpFilters value and shows the only page (Values) in all other cases. |
The following public API members reference the TdxExcelFilterValueContainerDefaultPage type:
The dxDefaultExcelFilterValueContainerDefaultPage global constant.
A container control item’s Properties.Options.ExcelFilterPopup.DefaultPage property in vertical grid and tree list controls.
The Options.FilteringExcelPopupDefaultPage property of a grid item in the TcxGrid control.
The Filtering.ColumnExcelPopup.DefaultPage property of a Table View in the TcxGrid control.
The Filtering.RowExcelPopup.DefaultPage property of a Card View in the TcxGrid control.