ComponentOne ASP.NET MVC Controls
ShowHeader Method (CalendarBuilder)

C1.Web.Mvc.Fluent Namespace > CalendarBuilder Class : ShowHeader Method
The value.
Configurates C1.Web.Mvc.Calendar.ShowHeader. Sets a value indicating whether the control displays the header area with the current month and navigation buttons.
Syntax
'Declaration
 
Public Function ShowHeader( _
   ByVal value As Boolean _
) As CalendarBuilder
public CalendarBuilder ShowHeader( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CalendarBuilder Class
CalendarBuilder Members