• Getting Started
  • Components
    • Barcodes
    • Buttons
    • Chartsupdated
    • Conversational UIupdated
    • Data Query
    • Date Inputsupdated
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Filter
    • Gantt
    • Gauges
    • Gridupdated
    • Icons
    • Indicators
    • Inputsupdated
    • Labels
    • Layout
    • ListBox
    • ListView
    • Map
    • Menus
    • Navigation
    • Notification
    • Pager
    • PDF Export
    • PDFViewer
    • PivotGridupdated
    • Popup
    • ProgressBars
    • Ripple
    • Schedulerupdated
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • ToolBar
    • Tooltips
    • TreeList
    • TreeView
    • Typography
    • Uploads
    • Utilities
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Sample Applications
  • FAQ
  • Troubleshooting
  • Updates
  • Changelogs
New to Kendo UI for Angular? Start a free 30-day trial

SeparatorComponent

Specifies a separator in the content of the Inputs and DropDowns.

@Component({
selector: 'my-app',
template: `
 <kendo-textbox>
     <ng-template kendoSuffixTemplate>
         <button kendoButton look="clear" icon="image"></button>
         <kendo-separator></kendo-separator>
         <button kendoButton look="clear" icon="image"></button>
     </ng-template>
 </kendo-textbox>
`
})
class AppComponent {}
NameTypeDefaultDescription

horizontal

boolean

hostClass

boolean

vertical

boolean

Constructors

SeparatorComponent

()