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

TcxControlOptionsFilteringItemExcelPopup.DefaultPage Property

Specifies which page of the Excel-inspired filter dropdown is active by default.

#Declaration

Delphi
property DefaultPage: TdxExcelFilterValueContainerDefaultPage read; write; default dpDefault;

#Property Value

Type Default
TdxExcelFilterValueContainerDefaultPage dpDefault

#Remarks

Set this property to dpValues or dpFilters to explicitly show the Values or Filters page of the filter dropdown when it is invoked. Refer to the TdxExcelFilterValueContainerDefaultPage type description for details.

A container control item’s Properties.Options.ExcelFilterPopup.DefaultPage property overrides the DefaultPage property. If the former property is set to dpDefault, the item inherits the default filter dropdown page from the container control. The dxDefaultExcelFilterValueContainerDefaultPage global constant defines the filter dropdown’s default page if dpDefault is assigned to both properties.

The DefaultPage property’s default value is dpDefault.

See Also