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

In This Topic
    Calendar Class
    In This Topic
    The Calendar control displays a one-month calendar and allows users to select a date.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class Calendar 
       Inherits InputBase
       Implements ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class Calendar : InputBase, ITemplate  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.InputBase
                C1.Web.Mvc.Calendar

    See Also