New to Kendo UI for AngularStart a free 30-day trial

Provides custom messages that override the default component messages (see example).

Definition

Package:@progress/kendo-angular-listbox

Selector:kendo-listbox-messages

Syntax:

TS
@Component({
  selector: 'my-app',
  template: `
    <kendo-listbox-messages
      transferAllTo="Transfer All To"
      transferAllFrom="Transfer All From">
    </kendo-listbox-messages>
  `
})
export class AppComponent { }

Inputs

moveDown

string

The text of the Move Down button title.

moveUp

string

The text of the Move Up button title.

The text displayed when there are no items.

remove

string

The text of the Remove button tittle.

The text of the Transfer All From button title.

The text of the Transfer All To button title.

The text of the Transfer From button title.

The text of the Transfer To button title.