ToolbarOverflowSettings
The settings for the overflow functionality of the Toolbar.
Name | Type | Default | Description |
---|---|---|---|
mode? |
|
|
Determines the Toolbar overflow mode. |
nextButtonIcon? |
|
Allows defining a custom CSS class, or multiple classes separated by spaces, which will be applied to the span element of the next scroll button. Applicable when the overflow mode is set to 'scroll'. Allows the usage of custom icons. | |
nextSVGButtonIcon? |
|
Defines an SVGIcon to be rendered for the next button icon. The input can take either an existing Kendo SVG icon or a custom one. Applicable when the overflow mode is set to 'scroll'. | |
prevButtonIcon? |
|
Allows defining a custom CSS class, or multiple classes separated by spaces, which will be applied to the span element of the prev scroll button. Applicable when the overflow mode is set to 'scroll'. Allows the usage of custom icons. | |
prevSVGButtonIcon? |
|
Defines an SVGIcon to be rendered for the previous button icon. The input can take either an existing Kendo SVG icon or a custom one. Applicable when the overflow mode is set to 'scroll'. | |
scrollButtons? |
|
Determines the Toolbar scroll buttons visibility mode. Applicable when the overflow mode is set to 'scroll'. The possible options are:
| |
scrollButtonsPosition? |
|
Determines the Toolbar scroll buttons position. Applicable when the overflow mode is set to 'scroll'. The possible options are:
|