Skip to main content

RibbonControl.AllowKeyTips Property

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

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.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