Back to Devexpress

RibbonPage.KeyTip Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-39bb6389.md

latest1.7 KB
Original Source

RibbonPage.KeyTip Property

Gets or sets the Key Tip used to display Key Tips for the page’s child elements. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public string KeyTip { get; set; }
vb
Public Property KeyTip As String

Property Value

TypeDescription
String

A string that specifies the Key Tip associated with the ribbon page.

|

Remarks

See Key Tips to learn more.

See Also

AllowKeyTips

KeyTipApplicationButton

RibbonPageGroup.KeyTip

KeyTipGroupExpanding

RibbonPage.KeyTip

BarItemLinkBase.KeyTip

KeyTipDropDown

Key Tips

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace