Skip to main content

RibbonPage.KeyTip Property

Gets or sets the Key Tip for a Ribbon Page.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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