Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxRibbonBackstageViewGalleryItem.PinKeyTip Property

Specifies a KeyTip for a group item’s pin.

#Declaration

Delphi
property PinKeyTip: string read; write;

#Property Value

Type
string

#Remarks

This property allows you to set a keyboard shortcut that an item’s pin displays. A KeyTip of the item and pin are displayed simultaneously, so you need to pass through KeyTips of item’s parents (that is, tab sheet, gallery, and group) to reach them.

The KeyTip property has an effect if the following conditions are met:

  • The item that contains the current pin is enabled.

  • The gallery’s OptionsView.Item.PinMode property is set to bgipmTag or bgipmButton.

  • The gallery that contains the current item is nested to a backstage view tab sheet.

Note

A pin’s KeyTip corresponds to the “P[I]” construction ([I] – is the pin’s index) if the KeyTip property has no assigned value.

See Also