HtmlTemplateCollection(IList<HtmlTemplate>) Constructor
Initializes a new instance of the HtmlTemplateCollection class with specified settings.
Namespace: DevExpress.Utils.Html
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
list | IList<HtmlTemplate> | The list of templates that should be stored inside this newly created collection. |
See Also