Table of Contents
DatePickerPopupTrigger Enumeration

Specifies which action triggers the date picker to display the popup.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 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.
See Also