Getting Started with WinUI PropertyGrid
This guide provides the information you need to start using the Telerik UI for WinUI PropertyGrid by adding the component to your project.
At the end, you will be able to achieve the following result.
Prerequisites
Before adding the PropertyGrid, you need to:
-
Create your Telerik UI for WinUI application and install the Telerik UI for WinUI components depending on the required installation approach:
Add the Assembly References
To use the PropertyGrid component, add references to Telerik.WinUI.Controls.dll
and Telerik.Licensing.Runtime.dll
.
Define the Component
To start using the PropertyGrid, you need to initialize it and assign its Item
property. The following example shows how to bind the Item
to an object.
Define the Item Model
Define the PropertyGrid in XAML
Set the Source of the PropertyGrid
