Skip to main content
All docs
V25.1
  • DxHtmlElement.ClassName Property

    Gets or sets the name of the 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 string ClassName { get; set; }

    Property Value

    Type Description
    String

    The name of the CSS style applied to this element.

    See Also