Back to Devexpress

RibbonPageGroup.KeyTip Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-1ad2982c.md

latest2.3 KB
Original Source

RibbonPageGroup.KeyTip Property

Gets or sets the Key Tip used to mimic a click on a ribbon page group’s button. 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 page group’s button.

|

Remarks

The visibility of a page group’s button is controlled by the RibbonPageGroup.ShowCaptionButton property. Clicking this button fires the RibbonPageGroup.CaptionButtonClick event, which you can handle to execute custom functionality.

The KeyTip property specifies the Key Tip used to mimic a click on the group caption button. See Key Tips to learn more.

See Also

ShowCaptionButton

AllowKeyTips

KeyTipApplicationButton

RibbonPageGroup.KeyTip

KeyTipGroupExpanding

RibbonPage.KeyTip

BarItemLinkBase.KeyTip

KeyTipDropDown

Key Tips

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace