Skip to main content
All docs
V25.1
  • RibbonControl.ShowPageKeyTipsMode Property

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

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    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