IModelToolTipOptions.ToolTipTitle Property
Specifies the title of the tooltip. Has effect in Windows Forms applications only.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string which is the title of the tooltip. |
Remarks
For details, refer to the ToolTipAttribute class description.
See Also