Components / Dropdowns / API / SeparatorComponent
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 {}
NameTypeDefaultDescription

orientation

SeparatorOrientation

'vertical'

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

Constructors

SeparatorComponent

()

Not finding the help you need?
Contact Support

AltStyle によって変換されたページ (->オリジナル) /