ITreeList.ParentKeyFieldName Property
In This Article
Specifies the field that links a node to its parent.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[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