ComponentOne ASP.NET MVC Controls
InputDateBase Class
Members 

C1.Web.Mvc Namespace : InputDateBase Class
The base class for the controls which allow the users to type in dates.
Syntax
'Declaration
 
<ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
Public MustInherit Class InputDateBase 
   Inherits DropDown
   Implements IDropDown, ITemplate 
[Scripts(Mono.Cecil.CustomAttributeArgument[])]
public abstract class InputDateBase : DropDown, 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
                     C1.Web.Mvc.InputDateTime

See Also

Reference

InputDateBase Members
C1.Web.Mvc Namespace