RibbonControl.ShowPageKeyTipsMode Property
Gets or sets whether to display key tips for ribbon pages.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ShowPageKeyTipsMode.Default)]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public ShowPageKeyTipsMode ShowPageKeyTipsMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Show |
Default | Specifies how to display key tips for ribbon pages. |
Available values:
Name | Description |
---|---|
Default | Similar to |
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. |
Show |
Displays key tips only if multiple pages are visible. |
#Remarks
Refer to the following help topic for more information: Key Tips.