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

RibbonControl.AllowKeyTips Property

Gets or sets whether Key Tips are enabled. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v21.1.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public bool AllowKeyTips { get; set; }

Property Value

Type Description
Boolean

true if Key Tips are enabled; otherwise, false.

Remarks

For more information, see Key Tips.

See Also