Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V24.1

RibbonControl.ShowPageKeyTipsMode Property

Gets or sets whether to display key tips for ribbon pages.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.1.dll

Declaration

[DefaultValue(ShowPageKeyTipsMode.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public ShowPageKeyTipsMode ShowPageKeyTipsMode { get; set; }

Property Value

Type Default Description
ShowPageKeyTipsMode Default

Specifies how to display key tips for ribbon pages.

Available values:

Name Description
Default

Similar to Show.

Hide

Hides key tips for all pages.

Show

Displays key tips for all visible pages and for the selected page even if it is hidden.

ShowOnMultiplePages

Displays key tips only if multiple pages are visible.

Remarks

Refer to the following help topic for more information: Key Tips.

See Also