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.v14.2.dll

#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