ITreeList.ParentKeyFieldName Property
Specifies the field that links a node to its parent.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
[Parameter]
string ParentKeyFieldName { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | The name of the data field that stores parent node keys. This field’s value is |
Remarks
Refer to the ParentKeyFieldName property description for more information and an example.
See Also