New to Kendo UI for Angular? Start 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 {}
Name | Type | Default | Description |
---|---|---|---|
orientation |
|
|
Specifies the orientation of the separator. Applicable for the adornments of the |
Constructors
SeparatorComponent
()