Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions components/tabstrip/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ 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 and Default Value | 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`.|
|`PersistTabContent` | `bool` | Whether to remove the content of inactive tabs from the DOM (if `false`), or just hide it with CSS (if `true`). See [Persist Content](slug:tabstrip-persist-content)
Expand Down
Loading