SuperToolTip.Assign(SuperToolTip) Method
Copies the settings and contents of the specified tooltip to the current object.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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