Skip to main content
All docs
V25.1
  • HtmlTemplate.Set(String, String) Method

    Assigns the specified HTML-CSS template to the current object.

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public void Set(
        string template,
        string styles
    )

    Parameters

    Name Type Description
    template String

    The HTML markup to assign to the HtmlTemplate.Template property.

    styles String

    The CSS code to assign to the HtmlTemplate.Styles property.

    See Also