Class TreeLevel
A tree level holds default cell style appearance for cells of this level.
Inheritance
System.Object
TreeLevel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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 | Description |
---|---|
System.Double |