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
Property Value
Type | Description |
---|---|
Boolean |
|
See Also