TcxControlOptionsFilteringItemExcelPopup.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. 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.