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

In This Topic
    ShowMonthPicker Property (Calendar)
    In This Topic
    Gets or sets a value that determines whether the calendar should display a list of months when the user clicks the header element on the month calendar.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ShowMonthPicker As ShowMonthPicker
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ShowMonthPicker ShowMonthPicker {get; set;}
    Remarks
    The default value for this property is ShowMonthPicker.First.
    See Also