Skip to main content
All docs
V24.2

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.2.dll

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