Skip to main content

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

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