Skip to main content

TcxCustomGridTableItemOptions.FilteringExcelPopupDateTimeValuesPageType Property

Specifies the UI type of an Excel-inspired filter dropdown’s Values page for a grid item‘s date-time values.

Declaration

property FilteringExcelPopupDateTimeValuesPageType: TdxExcelFilterValueContainerDateTimeValuesPageType read; write; default dvptDefault;

Property Value

Type Default
TdxExcelFilterValueContainerDateTimeValuesPageType dvptDefault

Remarks

Set this property to dvptTree or dvptList to arrange a grid item’s date-time values in a tree-like structure or a simple list on the Values page of the filter dropdown. In the former case, a user can click only a single node in the hierarchical structure to check or uncheck all nested date-time values simultaneously (for instance, all dates belong to their month nodes that in turn belong to the corresponding year nodes, etc.). Refer to the TdxExcelFilterValueContainerDateTimeValuesPageType type description for details.

The FilteringExcelPopupDateTimeValuesPageType property overrides the Filtering.ColumnExcelPopup.DateTimeValuesPageType and Filtering.RowExcelPopup.DateTimeValuesPageType properties in the case of Table and Card Views, respectively. The grid item uses the date-time value selection UI type defined at the parent View level only if the FilteringExcelPopupDateTimeValuesPageType property is set to dvptDefault.

The FilteringExcelPopupDateTimeValuesPageType property’s default value is dvptDefault.

See Also