Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public string KeyTip { get; set; }

Property Value

Type Description
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