Skip to main content
A newer version of this page is available. .

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.1.dll

Declaration

public enum SpreadsheetRibbonMode

Members

Name Description
Ribbon

The toolbar for the Spreadsheet is rendered as a built-in ribbon.

ExternalRibbon

An external ribbon is used by the Spreadsheet as a toolbar.

None

The Spreadsheet has no toolbars.

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.

OneLineRibbon

The built-in ribbon displays all items in an active tab on one line.

Related API Members

The following properties accept/return SpreadsheetRibbonMode values:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxSpreadsheet.RibbonMode
SpreadsheetSettings.RibbonMode
ASP.NET Bootstrap Controls BootstrapSpreadsheet.RibbonMode

Remarks

The values listed by this enumeration are used to set the ASPxSpreadsheet.RibbonMode property.

See Also