TreeListDataSourceSchemaModelSettingsTagHelper
Example
Razor
<treelist-model>
<fields></fields>
</treelist-model>
ChildTags
| Tag Name | Details |
|---|---|
| fields | DataSourceSchemaModelSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| expanded | Boolean | Specifies whether the nodes are initially expanded. |
| id | String | The name of the field which represents the unique identifier of the data item. The value of the id field is used to distinguish between data items when inserting, updating, or removing data items. |
| parent-id | String | Specifies the parent id field. |