Skip to main content
All docs
V21.2

BootstrapWebClientUIWidget.Disabled Property

Specifies whether the widget responds to user interaction.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v21.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