Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.MonthRows Property

Specifies the number of month rows displayed in the Calendar.

[Visual Basic]
Public Property MonthRows As System.Int32
[C#]
public int MonthRows {get; set;}

Remarks

Specifies the number of month rows displayed in the Calendar. Use MonthColumns to specify the number of month columns displayed in the calendar.

Columns and rows create grid, each month displays in each grid cell. Use MonthGridLineVisible property to specify lines between each grid cell to separate months.

See Also

Calendar Class | EO.Web Namespace


Direct link to this topic