C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / InputDateRange Class
Members

InputDateRange Class
The control extends the InputDate control which sets SelectionMode to Range, MonthCount to 2 and ShowMonthPicker to OutSide.
Object Model
InputDateRange Class
Syntax
'Declaration
 
Public Class InputDateRange 
   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.InputDateRange

See Also