ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateRange Class
Members

In This Topic
    InputDateRange Class
    In This Topic
    The control extends the InputDate control which sets SelectionMode to Range, MonthCount to 2 and ShowMonthPicker to OutSide.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class InputDateRange 
       Inherits InputDateBase
       Implements IDropDown, ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class InputDateRange : InputDateBase, 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.InputDateRange

    See Also