Specifies the name of client side JavaScript function which is called when calendar receives focus.
[Visual Basic]
Public Property ClientSideOnFocus As
String
[C#]
public
String ClientSideOnFocus {get; set;}
Remarks
Extra caution should be taken when using this property because the focus changes not only when user change focus within the browser window, but also when user switches from/to another window.
See clientside_generic_handler for details about parameters and return value of this function.
See Also
DatePicker Class | EO.Web Namespace