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/tabs-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ The `Disabled` parameter allows you to mark a tab as disabled, so the user canno
>caption Disable the second tab

````CSHTML
<TelerikButton OnClick="@ToggleDisabled">Eanble/Disable Second Tab</TelerikButton>
<TelerikButton OnClick="@ToggleDisabled">Enable/Disable Second Tab</TelerikButton>

<TelerikTabStrip>
<TabStripTab Title="First" >
Expand All @@ -102,4 +102,4 @@ The `Disabled` parameter allows you to mark a tab as disabled, so the user canno
## See Also

* [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/overview)
* [Live Demo: TabStrip - Tab Visibility](https://demos.telerik.com/blazor-ui/tabstrip/tab-visibility)
* [Live Demo: TabStrip - Tab Visibility](https://demos.telerik.com/blazor-ui/tabstrip/tab-visibility)
Loading