A newer version of this page is available.
Switch to the current version.
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; }
<DefaultValue(0)>
Public Property ActiveTabIndex As Integer
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
Feedback