SeparatorComponent
Component
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'