Version

WebDatePicker class Methods

For a list of all members of this type, see WebDatePicker members.

Public Methods
 NameDescription
Public MethoddisposeDisposes object and event handlers. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodfindFinds WebTextEditor by its client ID. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodfocusSes input focus to control with delay. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodfromCasts passed in object to the WebTextEditor type. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodgetCalendarOpenedChecks if drop-down calendar is opened.  
Public MethodgetDowNameAtGets string which represents name of day of the week. (Inherited from Infragistics.Web.UI.WebDateTimeEditor)
Public MethodgetMonthNameAtGets string which represents name of month. (Inherited from Infragistics.Web.UI.WebDateTimeEditor)
Public MethodgetSelectedTextGets selected text. It also calculates internal variable for end and start selection. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodgetSelectionGets position of start or end selection. Note: that method calls getSelectedText(). (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodgetSpinButtonIDGets index of spin button which is involved in current mouse event of browser. That can be used while processing mouse events of control. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodgetValueByModeGets value according to DataMode. (Inherited from Infragistics.Web.UI.WebDateTimeEditor)
Public MethodhasFocusChecks if control has input focus. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodinitializeInitializes instance of WebDateTimeEditor. (Inherited from Infragistics.Web.UI.WebDateTimeEditor)
Public MethodpasteTriggers paste action in control. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodselectSets selection and caret position in control. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodsetCalendarOpenedOpens or closes drop-down calendar.  
Public MethodsetDowNameAtSets string which represents name of day of the week. Note: new value does not persist to server. (Inherited from Infragistics.Web.UI.WebDateTimeEditor)
Public MethodsetFocusSes input focus to control without delay. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodsetMonthNameAtSets string which represents name of month. Note: new value does not persist to server. (Inherited from Infragistics.Web.UI.WebDateTimeEditor)
Public MethodspinTriggers spin event. (Inherited from Infragistics.Web.UI.WebDateTimeEditor)
See Also