Skip to main content
A newer version of this page is available. .

TcxGridItemExcelFilterPopupOptions.DateTimeValuesPageType Property

Specifies the UI type of the filter dropdown’s Values page for date-time values.

Declaration

property DateTimeValuesPageType: TdxExcelFilterValueContainerDateTimeValuesPageType read; write; default dvptDefault;

Property Value

Type Default
TdxExcelFilterValueContainerDateTimeValuesPageType dvptDefault

Remarks

Set this property to dvptTree or dvptList to explicitly arrange date-time values in a tree-like structure or populate a simple value list. In the former case, a user can click a single node in the hierarchical structure to check or uncheck all nested date-time values (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 DateTimeValuesPageType property has lower priority than a grid item‘s Options.FilteringExcelPopupDateTimeValuesPageType property. The grid item uses the date-time value selection UI type defined at the parent View level only if the latter property is set to dvptDefault.

The dxDefaultExcelFilterValueContainerDateTimeValuesPageType global constant value defines the active date/time value selection mode for a grid View if the DateTimeValuesPageType property is set to dvptDefault.

The DateTimeValuesPageType property’s default value is dvptDefault.

See Also