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

ASPxSpreadsheet.ActiveTabIndex Property

Gets or sets the index of the active ribbon tab within the ASPxSpreadsheet control.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[DefaultValue(1)]
public int ActiveTabIndex { get; set; }

Property Value

Type Default Description
Int32 1

An integer value specifying the index of an active ribbon tab.

See Also