[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridGroupPanelBuilder-1.IsDisabled

IsDisabled Method

IsDisabled(bool)

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

Declaration
public FlexGridGroupPanelBuilder<T> IsDisabled(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
FlexGridGroupPanelBuilder<T>

Current builder.

Remarks

Disabled controls cannot get mouse or keyboard events.