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






In This Topic
    MonthCount Property (Calendar)
    In This Topic
    Gets or sets the number of months to display within the calendar.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(1)>
    Public Property MonthCount As System.Integer
    'Usage
     
    
    Dim instance As Calendar
    Dim value As System.Integer
     
    instance.MonthCount = value
     
    value = instance.MonthCount
    [System.ComponentModel.DefaultValue(1)]
    public System.int MonthCount {get; set;}
    public read-write property MonthCount: System.Integer; 
    System.ComponentModel.DefaultValueAttribute(1)
    public function get,set MonthCount : System.int
    [System.ComponentModel.DefaultValue(1)]
    public: __property System.int get_MonthCount();
    public: __property void set_MonthCount( 
       System.int value
    );
    [System.ComponentModel.DefaultValue(1)]
    public:
    property System.int MonthCount {
       System.int get();
       void set (    System.int value);
    }
    See Also