Skip to main content
A newer version of this page is available.
All docs
V19.2

BootstrapWebClientUIWidget.Disabled Property

Specifies whether the widget responds to user interaction.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(false)]
public bool Disabled { get; set; }

Property Value

Type Default Description
Boolean **false**

true, if widget responds to user interaction; otherwise, false.

See Also