Skip to main content

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.v23.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