SpreadsheetRibbonMode Enum
Lists values that specify the type of the ribbon navigation element used by the ASPxSpreadsheet control.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v19.2.dll
Declaration
public enum SpreadsheetRibbonMode
Public Enum SpreadsheetRibbonMode
Members
Name |
Description |
Auto |
The value is determined automatically, based on the type of the end-user's device: touch or non-touch. Corresponds to Ribbon under non-touch device browsers. Corresponds to OneLineRibbon under touch device browsers.
|
ExternalRibbon |
An external ribbon is used by the Spreadsheet as a toolbar.
|
None |
The Spreadsheet has no toolbars.
|
OneLineRibbon |
The built-in ribbon displays all items in an active tab on one line.
|
Ribbon |
The toolbar for the Spreadsheet is rendered as a built-in ribbon.
|
See Also