DxHtmlElement.GetComputedStyle() Method
Returns the actual CSS style applied to this element.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Returns
Type | Description |
---|---|
DevExpress.Utils.Html.CssStyle | The actual CSS style of this element. |
See Also