Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring this chapter’s topics with deeper research.
Exercise 17.1 – Test your knowledge
Answer the following questions:
- Why is the Radzen Blazor component library a good choice compared to alternatives like DevExpress or SyncFusion?
- Does using the Radzen Blazor component library require your project to also use Bootstrap?
- Which four Radzen Blazor components require you to register dependency services?
- In a
NotificationMessage
, what does setting theSeverity
property to 1, 2, or 3 do? - What is the name of the icon library that can be used by default to set icons for tabs and other components?
- How can you customize the formatting of data values in a
RadzenChart
? - How do you two-way data bind a
RadzenTextBox
component to a property? - What three properties should be set on a
RadzenListBox...