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

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

Definition

Package:@progress/kendo-angular-dropdowns

Selector:kendo-separator

Syntax:

ts
@Component({
selector: 'my-app',
template: `
 <kendo-textbox>
     <ng-template kendoSuffixTemplate>
         <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
         <kendo-separator></kendo-separator>
         <button kendoButton fillMode="clear" [svgIcon]="imageIcon"></button>
     </ng-template>
 </kendo-textbox>
`
})
class AppComponent {}

Inputs

orientation

SeparatorOrientation

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

Default:

'vertical'

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