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

Specifies the UI type of an Excel-inspired filter dropdown’s Values page for a container control item that displays date-time values.

#Declaration

Delphi
property DateTimeValuesPageType: TdxExcelFilterValueContainerDateTimeValuesPageType read; write; default dvptDefault;

#Property Value

Type Default
TdxExcelFilterValueContainerDateTimeValuesPageType dvptDefault

#Remarks

Set this property to dvptList or dvptTree to explicitly populate a simple list with date-time values or arrange them in a tree-like structure on the filter dropdown’s Values page. Refer to the TdxExcelFilterValueContainerDateTimeValuesPageType type description for details.

The DateTimeValuesPageType property overrides the Filtering.ColumnExcelPopup.DateTimeValuesPageType or Filtering.RowExcelPopup.DateTimeValuesPageType property of a tree list or vertical grid control, respectively. The item’s filter dropdown uses the date-time value selection UI type defined for the container control only if the DateTimeValuesPageType property is set to dvptDefault.

The DateTimeValuesPageType property’s default value is dvptDefault.

See Also