New to Kendo UI for Angular? Start a free 30-day trial
DataBindingDirective
Represents the data-binding directive for the Kendo UI ListBox for Angular. Manages the functionality of the ListBox tools out of the box and modifies the provided data accordingly.
typescript
@Component({
selector: 'my-app',
template: `
<kendo-listbox
kendoListBoxDataBinding
[connectedWith]="targetListBox"
[data]="sourceData">
</kendo-listbox>
`
})
export class AppComponent { }
Selector
[kendoListBoxDataBinding]
Inputs
Name | Type | Default | Description |
---|---|---|---|
connectedWith |
|
Specifies the |