ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputDate Class
Members

In This Topic
    InputDate Class
    In This Topic
    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.
    Object Model
    InputDate Class
    Syntax
    'Declaration
     
    Public Class InputDate 
       Inherits InputDateBase
       Implements IDropDownITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    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