ToolTipControlInfo(Object, String) Constructor
Initializes a new instance of the ToolTipControlInfo class with the specified identifier and tooltip text.
Namespace: DevExpress.Utils
Assembly: DevExpress.Utils.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| _object | Object | An object used as an identifier of the currently processed visual element. This value is assigned to the ToolTipControlInfo.Object property. |
| text | String | A string that specifies a tooltip’s text. This value is assigned to the ToolTipControlInfo.Text property. |
See Also