ComponentOne ASP.NET MVC Controls
MonthView Method

C1.Web.Mvc.Fluent Namespace > CalendarBuilder Class : MonthView Method
The value.
Configurates C1.Web.Mvc.Calendar.MonthView. Sets a value indicating whether the calendar displays a month or a year.
Syntax
'Declaration
 
Public Function MonthView( _
   ByVal value As Boolean _
) As CalendarBuilder
public CalendarBuilder MonthView( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CalendarBuilder Class
CalendarBuilder Members