PropertyGridItemNestedItemsTagHelper
Example
Razor
<property-grid-items>
<property-grid-item></property-grid-item>
</property-grid-items>
ChildTags
| Tag Name | Details |
|---|---|
| property-grid-item | PropertyGridItemsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| item | PropertyGridItemTagHelper | Gets or sets the item at the specified index in the collection. |
| items | IList<PropertyGridItemTagHelper> | Additional configuration options for the properties of the model. |