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

CustomMessagesComponent

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

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

Selector

kendo-listbox-messages

Inputs

NameTypeDefaultDescription

moveDown

string

The text of the Move Down button title.

moveUp

string

The text of the Move Up button title.

noDataText

string

The text displayed when there are no items.

remove

string

The text of the Remove button tittle.

transferAllFrom

string

The text of the Transfer All From button title.

transferAllTo

string

The text of the Transfer All To button title.

transferFrom

string

The text of the Transfer From button title.

transferTo

string

The text of the Transfer To button title.

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