Back to Devexpress

RibbonPage.KeyTip Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpage-99463cb2.md

latest1.7 KB
Original Source

RibbonPage.KeyTip Property

Gets or sets the Key Tip for a Ribbon Page.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[XtraSerializableProperty]
public string KeyTip { get; set; }
vb
<DefaultValue("")>
<XtraSerializableProperty>
Public Property KeyTip As String

Property Value

TypeDefaultDescription
StringString.Empty

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

|

Remarks

For more information, see Key Tips.

See Also

AllowKeyTips

Key Tips

RibbonPage Class

RibbonPage Members

DevExpress.XtraBars.Ribbon Namespace