Skip to main content

SuperToolTip.Assign(SuperToolTip) Method

Copies the settings and contents of the specified tooltip to the current object.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void Assign(
    SuperToolTip source
)

Parameters

Name Type Description
source SuperToolTip

A source SuperToolTip object.

Remarks

The method copies the settings and contents of the specified SuperToolTip to the current object. The method clones the source tooltip’s items and adds these copies, but not the original items, to the created SuperToolTip.

See Also