Version 23.1 (latest)

WebDateTimeEditor class Methods

For a list of all members of this type, see WebDateTimeEditor 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 MethodgetDowNameAtGets string which represents name of day of the week.  
Public MethodgetMonthNameAtGets string which represents name of month.  
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.  
Public MethodhasFocusChecks if control has input focus. (Inherited from Infragistics.Web.UI.WebTextEditor)
Public MethodinitializeInitializes instance of 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 MethodsetDowNameAtSets string which represents name of day of the week. Note: new value does not persist to server.  
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.  
Public MethodspinTriggers spin event.  
See Also