PopupDateTimeEntry Method
- Last UpdatedNov 06, 2025
- 1 minute read
The PopupDateTimeEntry() method opens a DateTime entry dialog, which supports an empty date and time (for example, for a Filter dialog). This dialog supports touch screen entry. Note that the "parent" control should be a TextBox, not a DateTimePicker control.
| Overload | Description |
|---|---|
| PopupDateTimeEntry(Control) | The PopupDateTimeEntry() method opens a DateTime entry dialog, which supports an empty date and time (for example, for a Filter dialog). This dialog supports touch screen entry. Note that the "parent" control should be a TextBox, not a DateTimePicker control. |
| PopupDateTimeEntry(Control,Boolean) | This method pops up a DateTime entry dialog which supports an empty date and time (e.g. for a Filter dialog). This dialog supports touchscreen entry. Note that the "parent" control should be a TextBox, not a DateTimePicker control. |