ToolbarOverflowSettings
Represents the overflow settings for the ToolBar.
Definition
Package:@progress/kendo-angular-toolbar
Properties
Sets the ToolBar overflow mode.
'none'
nextButtonIcon?
string
Adds a custom CSS class or multiple classes to the span element of the next scroll button. Applies when the overflow mode is set to 'scroll'.
Allows the usage of custom icons.
nextSVGButtonIcon?
SVGIcon
Sets an SVGIcon for the next button icon. Accepts an existing Kendo SVG icon or a custom one. Applies when the overflow mode is set to 'scroll'.
prevButtonIcon?
string
Adds a custom CSS class or multiple classes to the span element of the previous scroll button. Applies when the overflow mode is set to 'scroll'.
Allows the usage of custom icons.
prevSVGButtonIcon?
SVGIcon
Sets an SVGIcon for the previous button icon. Accepts an existing Kendo SVG icon or a custom one. Applies when the overflow mode is set to 'scroll'.
Sets the ToolBar scroll buttons visibility mode. Applies when the overflow mode is set to 'scroll'.
Sets the ToolBar scroll buttons position. Applies when the overflow mode is set to 'scroll'.