ToolTipController(IContainer) Constructor
Initializes a new instance of the ToolTipController class with the specified container.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v25.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| container | IContainer | A IContainer that represents the container for the tooltip controller. |
Remarks
This instance will exist until its container releases it to garbage collection.
See Also