Specifies which action triggers the date picker to display the popup.
[Visual Basic]
Public Enum DatePickerPopupTrigger
[C#]
public enum DatePickerPopupTrigger
Members
| Member Name |
Description |
| Default | Trigger the popup when popup image is clicked, or when the text area is clicked while textbox is disabled. |
| TextBoxFocus | Trigger the popup when the textbox receives focus. |
| TextBoxClick | Trigger the popup when the textbox is clicked. |
Requirements
Namespace:
EO.Web
Assembly: EO.Web (in EO.Web.dll)
See Also
EO.Web Namespace