Skip to main content
All docs
V24.1

DxHtmlElement.Disabled Property

Gets or sets whether this element is disabled. Disabled elements do not trigger HtmlElementMouseClick and HtmlElementMouseDown events, and are styled with the “main_class_name:disabled” CSS pseudo-class.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Data.Desktop.v24.1.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public bool Disabled { get; set; }

Property Value

Type Description
Boolean

true if this element is disabled; otherwise, false.

See Also