alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class SerializableTreeNode

    Represents a class that is used to serialize and deserialize tree node.

    Inheritance
    System.Object
    SerializableTreeNode
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.TreeGrid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    public class SerializableTreeNode

    Constructors

    SerializableTreeNode()

    Declaration
    public SerializableTreeNode()

    Properties

    HasChildNodes

    Gets the value which indicates whether the node has a child node(s) or not.

    Declaration
    public bool HasChildNodes { get; set; }
    Property Value
    Type
    System.Boolean

    HasVisibleChildNodes

    Gets the value which indicates whether the node has a child node(s) displayed in a View(matches filtering criteria) or not.

    Declaration
    public bool HasVisibleChildNodes { get; set; }
    Property Value
    Type
    System.Boolean

    IsChecked

    Gets a value which indicates whether node is checked or not.

    Declaration
    public bool IsChecked { get; set; }
    Property Value
    Type
    System.Boolean

    IsExpanded

    Gets or sets a value indicating whether the SerializableTreeNode is expanded or not.

    Declaration
    public bool IsExpanded { get; set; }
    Property Value
    Type
    System.Boolean

    IsFiltered

    Gets or sets a value that indicates whether node is filtered or not.

    Declaration
    public bool IsFiltered { get; set; }
    Property Value
    Type
    System.Boolean

    Level

    Gets or sets the level.

    Declaration
    public int Level { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved