alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class NodeData

    Specifies class that holds the node details.

    Inheritance
    object
    NodeData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Navigations
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NodeData

    Constructors

    NodeData()

    Declaration
    public NodeData()

    Properties

    Expanded

    Gets or sets the mapping field for expand state of the TreeView node.

    Declaration
    public bool Expanded { get; set; }
    Property Value
    Type
    bool

    HasChildren

    Gets the hasChildren value to check whether a node has child nodes or not.

    Declaration
    public bool HasChildren { get; }
    Property Value
    Type
    bool

    Id

    Gets or sets the ID field mapped in the dataSource.

    Declaration
    public string Id { get; set; }
    Property Value
    Type
    string

    IsChecked

    Gets or sets the checked state of the TreeView node.

    Declaration
    public string IsChecked { get; set; }
    Property Value
    Type
    string

    ParentID

    Gets or sets the parent ID field mapped in dataSource.

    Declaration
    public string ParentID { get; set; }
    Property Value
    Type
    string

    Selected

    Gets or sets the selected state of the TreeView node.

    Declaration
    public bool Selected { get; set; }
    Property Value
    Type
    bool

    Text

    Gets or sets the text displayed as TreeView node's text.

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved