Document.TooltipTitle Property
Gets or sets a regular tooltip’s title.
Namespace: DevExpress.XtraBars.Docking2010.Views.Tabbed
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | null | A System.String value which specifies a regular tooltip’s title. |
Remarks
Document objects support regular tooltips and SuperToolTips. Use the TooltipTitle property to specify a regular tooltip’s title. To set text for a regular tooltip, use the Document.Tooltip property. The Document.SuperTip property allows you to assign a SuperToolTip to a Document.
The following image shows a sample regular tooltip with a title:
If the TooltipTitle property is set to an empty string, the title isn’t displayed.
The DocumentManager.ToolTipController property determines the ToolTipController which manages tooltips for the Documents. The type of tooltips displayed by documents is determined by the ToolTipController.ToolTipType property. See Hints and Tooltips, for more information.