menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class TreeLevel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class TreeLevel

    A tree level holds default cell style appearance for cells of this level.

    Inheritance
    System.Object
    TreeLevel
    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.Windows.Controls.VirtualTreeView
    Assembly: Syncfusion.GridCommon.WPF.dll
    Syntax
    public class TreeLevel

    Constructors

    TreeLevel()

    Declaration
    public TreeLevel()

    Properties

    CellStyle

    Gets or sets the default cell style appearance for cells of this level.

    Declaration
    public TreeStyleInfo CellStyle { get; set; }
    Property Value
    Type Description
    TreeStyleInfo

    The cell style.

    Height

    Gets or sets the height.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    The height.

    Levels

    Gets the collection this element belongs to.

    Declaration
    public TreeLevels Levels { get; }
    Property Value
    Type Description
    TreeLevels

    The levels.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    TreeModel

    Gets the tree model.

    Declaration
    public TreeModel TreeModel { get; }
    Property Value
    Type Description
    TreeModel

    The tree model.

    Methods

    GetHeight()

    Gets the height.

    Declaration
    public double GetHeight()
    Returns
    Type
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved