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

RibbonControl.AllowKeyTips Property

Gets or sets whether Key Tips are enabled.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowKeyTips { get; set; }

Property Value

Type Default Description
Boolean **true**

true if Key Tips are enabled; otherwise, false.

Remarks

See Key Tips to learn more.

See Also