Skip to main content
All docs
V26.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.v26.1.dll

    Declaration

    public bool Disabled { get; set; }

    Property Value

    Type Description
    Boolean

    true if this element is disabled; otherwise, false.

    See Also