RibbonControl.AllowKeyTips Property
Gets or sets whether Key Tips are enabled.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
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
Refer to the following help topic for more information: Key Tips.
See Also