Configurates
C1.Web.Mvc.DropDown<T>.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 As Boolean _
) As TBuilder
public TBuilder IsReadOnly(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also