New to Kendo UI for AngularStart 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 using section overflow mode.
  • menu—Shows only in the overflow popup when using menu overflow mode.
  • never—Never renders the text or icon.

type DisplayMode = "always" | "toolbar" | "menu" | "never";

Not finding the help you need?
Contact Support