Skip to main content

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