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

RibbonCheckBox.ToolTip Property

Gets or sets the ribbon check box’s tooltip. 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 object ToolTip { get; set; }

Property Value

Type Description
Object

The ribbon check box’s tooltip.

See Also