New to Kendo UI for Angular? Start a free 30-day trial
DisplayMode
Sets the visibility for the ToolBar tool text or icon.
The possible values are:
always
—Always shows the text or icon regardless of the overflow mode.toolbar
—Shows in the main ToolBar and in the overflow element when usingsection
overflow mode.menu
—Shows only in the overflow popup when usingmenu
overflow mode.never
—Never renders the text or icon.
type
DisplayMode = "always" | "toolbar" | "menu" | "never";