Skip to main content
A newer version of this page is available.
All docs
V19.1

ASPxSpreadsheet.RibbonKeyboardSupport Property

Gets or sets a value that specifies whether keyboard navigation is available in the Spreadsheet’s ribbon.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.1.dll

Declaration

[DefaultValue(true)]
public bool RibbonKeyboardSupport { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if keyboard navigation is enabled; otherwise, false.

Remarks

To learn more, refer to the Keyboard Support topic.

See Also