Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxExcelFilterValueContainerDefaultPage Enum

Enumerates options that determine which page of an Excel-inspired filter dropdown is active by default.

#Declaration

Delphi
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