Skip to main content
All docs
V23.2

HtmlTemplate.Assign(HtmlTemplate) Method

Copies settings of the specified object to the current object.

Namespace: DevExpress.Utils.Html

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void Assign(
    HtmlTemplate source
)

Parameters

Name Type Description
source HtmlTemplate

The object whose settings are copied to the current object.

See Also