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

TabbedLayoutGroup.ActiveTabIndex Property

Gets or sets the index of a tab (tabbed page) which is selected within the control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Int32 0

An integer value specifying the index of an active tab (tabbed page) within the tabbed layout group.

See Also