New to Kendo UI for AngularStart 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

NameTypeDefaultDescription

connectedWith

ListBoxComponent

Specifies the ListBoxComponent instance with which the current ListBox connects. When you link two listboxes through this input, you can transfer items between them.

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