Skip to main content

RibbonSettings.FileTabAccessKey Property

Specifies the access key that allows end-users to quickly navigate to the ribbon file tab.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public string FileTabAccessKey { get; set; }

Property Value

Type Description
String

The access key for quick navigation to the ribbon file tab.

Remarks

The Ribbon extension provides end-users with the capability to navigate through ribbon items using the keyboard.

Use the FileTabAccessKey property to specify the keyboard shortcut for the ribbon file tab. This allows you to navigate quickly to the tab by pressing the specified character(s) on the keyboard.

The Ribbon file tab access key is displayed after a control access key is pressed, or the client-side ASPxClientRibbon.ShowKeyTips method is called.

ASPxRibbon_KeyboardSupport_Tabs

Important

The FileTabAccessKey property is in effect provided the RibbonSettings.KeyboardSupport property is set to true.

Online Demo

Ribbon - Keyboard Support

See Also