Nested Properties
PropertyGrid can show nested property fields that can be expanded and edited.
To enable the nested property definitions, set the NestedPropertiesVisibility
property of RadPropertyGrid
to Visible
. That way you will be able to modify any editable child properties of reference types.
Creating the model
Setting up the data
Defining RadPropertyGrid

Defining Nested Property Definitions Manually
To define nested properties for a PropertyDefinition object, use its NestedProperties
property.