Skip to main content
All docs
V25.1
  • HtmlTemplateCollection(IList<HtmlTemplate>) Constructor

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

    Namespace: DevExpress.Utils.Html

    Assembly: DevExpress.Utils.v25.1.dll

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

    Declaration

    public HtmlTemplateCollection(
        IList<HtmlTemplate> list
    )

    Parameters

    Name Type Description
    list IList<HtmlTemplate>

    The list of templates that should be stored inside this newly created collection.

    See Also