Class TreeLevel
A tree level holds default cell style appearance for cells of this level.
Inheritance
System.Object
TreeLevel
Namespace: Syncfusion.Windows.Controls.VirtualTreeView
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class TreeLevel : Object
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 |