Skip to main content
All docs
V24.1

HtmlTemplate(HtmlTemplate) Constructor

Initializes a new instance of the HtmlTemplate class with settings from the source HtmlTemplate object.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v24.1.dll

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

Declaration

[EditorBrowsable(EditorBrowsableState.Advanced)]
public HtmlTemplate(
    HtmlTemplate source
)

Parameters

Name Type Description
source HtmlTemplate

The object whose settings are used to initialize the newly created object.

See Also