New to Kendo UI for AngularStart a free 30-day trial

SeparatorComponent

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

ts
@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

orientation

SeparatorOrientation

'vertical'

Specifies the orientation of the separator. Applicable for the adornments of the TextAreaComponent.

Constructors

SeparatorComponent

()

In this article
ConstructorsSeparatorComponent
Not finding the help you need?
Contact Support