ASP.NET Core 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
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ShowMonthPicker As ShowMonthPicker
    'Usage
     
    
    Dim instance As Calendar
    Dim value As ShowMonthPicker
     
    instance.ShowMonthPicker = value
     
    value = instance.ShowMonthPicker
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ShowMonthPicker ShowMonthPicker {get; set;}
    public read-write property ShowMonthPicker: ShowMonthPicker; 
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set ShowMonthPicker : ShowMonthPicker
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property ShowMonthPicker get_ShowMonthPicker();
    public: __property void set_ShowMonthPicker( 
       ShowMonthPicker value
    );
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    property ShowMonthPicker ShowMonthPicker {
       ShowMonthPicker get();
       void set (    ShowMonthPicker value);
    }
    Remarks
    The default value for this property is ShowMonthPicker.First.
    See Also