HtmlTemplate.Set(String, String) Method
Assigns the specified HTML-CSS template to the current object.
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 to assign to the HtmlTemplate.Template property. |
styles | String | The CSS code to assign to the HtmlTemplate.Styles property. |
See Also