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

TcxCustomEditContainerItemExcelFilterPopupOptions.DefaultPage Property

Specifies which page of an Excel-inspired filter dropdown is active when it is invoked for a container control item.

#Declaration

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

#Property Value

Type Default
TdxExcelFilterValueContainerDefaultPage dpDefault

#Remarks

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

The DefaultPage property overrides the Filtering.ColumnExcelPopup.DefaultPage or Filtering.RowExcelPopup.DefaultPage property of a tree list or vertical grid control, respectively. The item’s filter dropdown uses the initial page defined for the container control only if the DefaultPage property is set to dpDefault.

The DefaultPage property’s default value is dpDefault.

See Also