Skip to main content

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.v23.2.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