Skip to content

Commit dcbf782

Browse files
docs(Toolbar): add new adaptive parameter
1 parent e520dbe commit dcbf782

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/toolbar/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ The Blazor ToolBar provides parameters to configure the component:
8282

8383
| Parameter | Type | Description |
8484
| ----------- | ----------- | ----------- |
85-
| `Adaptive ` | `bool` <br /> (`true`) | Toggles the overflow popup of the ToolBar. The component displays an additional anchor on its side, where it places all items which do not fit and overflow. [Template items](slug://toolbar-templated-item#notes) don't participate in this mechanism and they are always rendered in the ToolBar itself. |
85+
| `Adaptive ` | `bool` <br /> (`true`) | Toggles the overflow popup of the ToolBar. The component displays an additional anchor on its side, where it places all items which do not fit and overflow. [Template items](slug://toolbar-templated-item#notes) don't participate in this mechanism and they are always rendered in the ToolBar itself. **This parameter will become obsolete in the next major version in favor of the `OverflowMode` parameter. Both parameters will be available until then.** |
8686
| `Class` | `string` | The CSS class to be rendered on the main wrapping element of the ToolBar component, which is `<div class="k-toolbar">`. Use for [styling customizations](slug://themes-override). |
87+
| `OverflowMode` | `ToolBarOverflowMode` <br /> (`Menu`) | The adaptive mode of the Toolbar. |
8788

8889
### Styling and Appearance
8990

0 commit comments

Comments
 (0)