Skip to main content
All docs
V25.1
  • ITreeList.ParentKeyFieldName Property

    Specifies the field that links a node to its parent.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.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 0 or null for root nodes.

    Remarks

    Refer to the ParentKeyFieldName property description for more information and an example.

    See Also