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

In This Topic
    InputDateBase Class
    In This Topic
    The base class for the controls which allow the users to type in dates.
    Object Model
    InputDateBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class InputDateBase 
       Inherits DropDown
       Implements IDropDownITemplateMicrosoft.AspNetCore.Html.IHtmlContent 
    public abstract class InputDateBase : DropDown, 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
                         C1.Web.Mvc.InputDateRange
                         C1.Web.Mvc.InputDateTime

    See Also