A newer version of this page is available.
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.v18.2.dll
Declaration
[DefaultValue(true)]
public bool RibbonKeyboardSupport { get; set; }
<DefaultValue(True)>
Public Property RibbonKeyboardSupport As Boolean
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
Feedback