C# Class Gearset.Components.TreeViewNode

Show file Open project: juancampa/Gearset Class Usage Examples

Public Properties

Property Type Description
FilterName String
Name String
Nodes List
Open bool
Value Object

Public Methods

Method Description
Toggle ( ) : void
TreeViewNode ( String name ) : System

Method Details

Toggle() public method

public Toggle ( ) : void
return void

TreeViewNode() public method

public TreeViewNode ( String name ) : System
name String
return System

Property Details

FilterName public property

public String FilterName
return String

Name public property

public String Name
return String

Nodes public property

public List Nodes
return List

Open public property

public bool Open
return bool

Value public property

public Object Value
return Object