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

RibbonCustomItem.ToolTipTitle Property

Gets or sets the ribbon custom item’s tooltip title text. This is a dependency property.

Namespace: DevExpress.WinUI.Ribbon

Assembly: DevExpress.WinUI.Ribbon.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnToolTipChanged")]
public string ToolTipTitle { get; set; }

Property Value

Type Description
String

The ribbon custom item’s tooltip title text.

Remarks

The ToolTipTitle and the ToolTipDescription are not displayed when the tooltip is specified with the ToolTip property.

See Also