Skip to main content

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 are equivalent when used as the dxDefaultExcelFilterValueContainerDefaultPage global constant’s values.

dpValues

Explicitly sets “Values” as an Excel-inspired filter dropdown’s initial page.

dpValues and dpDefault are equivalent when used as the dxDefaultExcelFilterValueContainerDefaultPage global constant’s values.

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:

See Also