Skip to main content
A newer version of this page is available. .
All docs
V22.2

HtmlTemplateCollection.AddTemplate(String, String) Method

Initializes a new HTML template and places it into this collection.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v22.2.dll

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

Declaration

public virtual HtmlTemplate AddTemplate(
    string template = null,
    string styles = null
)

Optional Parameters

Name Type Default Description
template String null

A string that stores the entire HTML markup of a newly created template.

styles String null

A string that stores the stylesheet (CSS styles) for the newly created template.

Returns

Type Description
HtmlTemplate

The new template created with the given markup and stylesheet strings.

See Also