Skip to main content

RibbonControl.AllowKeyTips Property

Gets or sets whether Key Tips are enabled.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
[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