Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/tabstrip/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The TabStrip provides the following features to allow further customization of i

@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)

| Parameter | Type | Header 2 |
| Parameter | Type | Description |
|------------------|-------|------------------------------------------|
| `ActiveTabIndex` | `int` | The index of the currently shown tab. Supports two-way binding. This parameter is marked as obsolete and will be deprecated in future versions. Do not use togother with `ActiveTabId`. |
| `ActiveTabId` | `int` | The index of the currently active tab. If it is not set, the first tab will be active. Do not use it together with `ActiveTabIndex`.|
Expand Down