Skip to main content

BootstrapWebClientUIWidget.Enabled Property

Gets or sets a value that indicates whether the widget is enabled, allowing it to respond to end-user interactions.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(true)]
public override bool Enabled { get; set; }

Property Value

Type Default Description
Boolean true

true, if the widget is enabled; otherwise, false.

Remarks

When this property is set to false, the widget doesn’t respond to end-user interactions, such as mouse hovering or clicks.

See Also