C1.Web.Mvc Namespace / InputDate Class
Members

InputDate Class
The control allows users to type in dates using any format supported by the Globalize class, or to pick dates from a drop-down box that shows a Calendar control.
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public Class InputDate 
   Inherits InputDateBase
   Implements IDropDown, ITemplate 
 
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.Component
      C1.Web.Mvc.Control
         C1.Web.Mvc.InputBase
            C1.Web.Mvc.FormInputBase
               C1.Web.Mvc.DropDown
                  C1.Web.Mvc.InputDateBase
                     C1.Web.Mvc.InputDate

See Also