Skip to main content
All docs
V26.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.v26.1.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