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

HtmlTemplateCollection(IList<HtmlTemplate>) Constructor

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

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v22.2.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