Skip to main content
All docs
V24.1

HtmlTemplate(String, String) Constructor

Initializes a new instance of the HtmlTemplate class with specified settings.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

public HtmlTemplate(
    string template,
    string styles
)

Parameters

Name Type Description
template String

The HTML markup used to initialize the HtmlTemplate.Template property.

styles String

The CSS code used to initialize the HtmlTemplate.Styles property.

See Also