Skip to main content
All docs
V25.1
  • DxHtmlElement.GetComputedStyle() Method

    Returns the actual CSS style applied to this element.

    Namespace: DevExpress.Utils.Html

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

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

    Declaration

    public CssStyle GetComputedStyle()

    Returns

    Type Description
    DevExpress.Utils.Html.CssStyle

    The actual CSS style of this element.

    See Also