ASP.NET Core 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.
    Object Model
    InputDateRange Class
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class InputDateRange 
       Inherits InputDateBase
       Implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    'Usage
     
    
    Dim instance As InputDateRange
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class InputDateRange : InputDateBase, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    public class InputDateRange = class(InputDateBase, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent)
    ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])
    public class InputDateRange extends InputDateBase implements IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public __gc class InputDateRange : public InputDateBase, IDropDown, ITemplate, Microsoft.AspNetCore.Html.IHtmlContent  
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public ref class InputDateRange : public InputDateBase, IDropDown, ITemplate, Microsoft.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