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

RibbonPage.KeyTip Property

Gets or sets the Key Tip for a Ribbon Page.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue("")]
[XtraSerializableProperty]
public string KeyTip { get; set; }

Property Value

Type Default Description
String String.Empty

A String value that specifies the Key Tip associated with the Ribbon Page.

Remarks

For more information, see Key Tips.

See Also