Skip to main content
All docs
V25.1
  • HtmlTemplateCollection.AddTemplate(String, String) Method

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

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Utils.v25.1.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