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.DateTimeValuesPageType Property

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

#Declaration

Delphi
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. Refer to the TdxExcelFilterValueContainerDateTimeValuesPageType type description for details.

A container control item’s Properties.Options.ExcelFilterPopup.DateTimeValuesPageType property overrides the DateTimeValuesPageType property. If the former property is set to dvptDefault, the item inherits the date-time value selection UI type from the container control. The dxDefaultExcelFilterValueContainerDateTimeValuesPageType global constant defines which date-time value selection UI the filter dropdown has if dvptDefault is assigned to both properties.

The DateTimeValuesPageType property’s default value is dvptDefault.

See Also