Skip to main content
A newer version of this page is available. .

ContextItem.ToolTipTitle Property

Gets or sets the title of the hint for the current item.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("ToolTip")]
[DefaultValue("")]
public virtual string ToolTipTitle { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the title of the hint for the current item.

Remarks

The ToolTipTitle property allows you to specify the title of the hint for the current item. If this property is set to an empty string, the title is not displayed. To specify the text of the hint, use the ContextItem.ToolTip property. If the text is not specified, the hint is not displayed, even if the hint title is specified. You can also specify the type of the icon displayed in the hint, using the ContextItem.ToolTipIconType property.

See Also