[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ControlBuilder-2.IsDisabled

IsDisabled Method

IsDisabled(bool)

Configurates IsDisabled. Sets a value that determines whether the control is disabled.

Declaration
public TBuilder IsDisabled(bool value)
Public Function IsDisabled(value As Boolean) As TBuilder
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.