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

ASPxSpreadsheet.ShowSheetTabs Property

Gets or sets a value specifying the sheet tab selector‘s visibility.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v20.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, if the sheet tab selector is visible; otherwise, false.

See Also