Select theme:

Material 3

ListBox (Angular)link

This guide demonstrates how to use the ListBox component.

ListBox Propertieslink

NameTypeDefaultDescription
Namestring'listbox' + index suffixUnique name of the ListBox.
PlaceholderstringemptyListBox placeholder.
DataarraynullListBox data.
ValuestringnullListBox value.
TextPropertystringnullListBox data text property name.
AllowFilteringboolean/expressionfalseIs ListBox filterable.
Multipleboolean/expressionfalseIs multiple selection allowed.
Checkboxboolean/expressionfalseIs selection with checkbox allowed.
ShowToggleAllboolean/expressiontrueWhether header checkbox is shown in multiple mode.
ReadOnlyboolean/expressionfalseIs ListBox read-only.
Disabledboolean/expressionfalseIs ListBox disabled.
Visibleboolean/expressiontrueIs ListBox visible.

image

ListBox Eventslink

NameTypeDefaultDescription
ChangeeventnullChange event of the ListBox. Selected value as event argument.

image

For more info about event actions please visit event actions in our documentation.

Angular declarationlink

<rz-listbox #listbox0 [data]="getProductsResult" textProperty="ProductName" valueProperty="Id" name="listbox0">
</rz-listbox>

© 2016-2025 Radzen Ltd. All Rights Reserved.
Designed and developed with ❤️ in Radzen Blazor Studio.

Select theme:

Material 3