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

BootstrapWebClientUIWidget.Disabled Property

Specifies whether the widget responds to user interaction.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

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