Skip to main content

RibbonCustomItem.ToolTipDescription Property

Gets or sets the ribbon custom item’s tooltip description text that is displayed under the ToolTipTitle. 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 ToolTipDescription { get; set; }

Property Value

Type Description
String

The ribbon custom item’s tooltip description text.

Remarks

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

See Also