Skip to main content
All docs
V19.2

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.2.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