Skip to main content

TcxCustomGridTableItemOptions.FilteringExcelPopupDefaultPage Property

Specifies which page of an Excel-inspired filter dropdown is active by default for a grid item.

Declaration

property FilteringExcelPopupDefaultPage: 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 FilteringExcelPopupDefaultPage property overrides the Filtering.ColumnExcelPopup.DefaultPage and Filtering.RowExcelPopup.DefaultPage properties in the case of Table and Card Views, respectively. The grid item uses the filter dropdown page set as default for the parent View only if the FilteringPopupDefaultPage property is set to dpDefault.

The FilteringExcelPopupDefaultPage property’s default value is dpDefault.

See Also