Version

MonthCalendarProvider class Members

The following tables list the members exposed by MonthCalendarProvider.

Public Constructors
 NameDescription
Public ConstructorMonthCalendarProvider Constructor  
Public Properties
 NameDescription
Public PropertyinputElementGets a reference to the input HTML element if it exists in the editor. Returns first child of the main element. Can be overriden by the inherited provider if the input element is not the first child. (Inherited from Infragistics.Web.UI.EditorProvider)
Public PropertytextGets formatted text from the editor. Current text in editor. (Inherited from Infragistics.Web.UI.EditorProvider)
Public PropertyvalueOverrides the EditorProvider's function. Current value in editor.  
Public Methods
 NameDescription
Public MethoddisposeCalled whenever the object is being disposed of.  
Public MethodhideEditorHides the editor. (Inherited from Infragistics.Web.UI.EditorProvider)
Public MethodnotifyLostFocusThe method is called whenever the editor loses focus. (Inherited from Infragistics.Web.UI.EditorProvider)
Public MethodshowEditorShows and positions the editor. (Inherited from Infragistics.Web.UI.EditorProvider)
See Also