ComponentOne ASP.NET MVC Controls
IsReadOnly Method (CalendarBuilder)

C1.Web.Mvc.Fluent Namespace > CalendarBuilder Class : IsReadOnly Method
The value.
Configurates C1.Web.Mvc.Calendar.IsReadOnly. Sets a value that indicates whether the user can modify the control value using the mouse and keyboard.
Syntax
'Declaration
 
Public Function IsReadOnly( _
   ByVal value As Boolean _
) As CalendarBuilder
public CalendarBuilder IsReadOnly( 
   bool value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

CalendarBuilder Class
CalendarBuilder Members