Skip to main content

dxDefaultExcelFilterValueContainerDefaultPage Constant

Specifies which page all Excel-inspired filter dropdowns show by default.

Declaration

const dxDefaultExcelFilterValueContainerDefaultPage: TdxExcelFilterValueContainerDefaultPage = dpValues;

Returns

Type
TdxExcelFilterValueContainerDefaultPage

Remarks

This global constant defines whether an Excel-inspired filter dropdown shows the Values or Filters page when invoked if the target data item and its container control both have their default page-related properties set to dpDefault. Refer to the TdxExcelFilterValueContainerDefaultPage type description for additional information.

You can change this global constant’s value from dpValues to dpFilters and recompile all sources via the DevExpress VCL Setup to show the Filters page by default instead of “Values” when the filter dropdown is invoked in all DevExpress data presentation controls.

Note

dpDefault is equivalent to dpValues as the dxDefaultExcelFilterValueContainerDefaultPage global constant’s values. The filter dropdown shows the Values page when invoked in both cases.

See Also