HtmlTemplate(String, String) Constructor
Initializes a new instance of the HtmlTemplate 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 |
---|---|---|
template | String | The HTML markup used to initialize the HtmlTemplate.Template property. |
styles | String | The CSS code used to initialize the HtmlTemplate.Styles property. |
See Also