C# Class Gearset.Components.TreeViewNode

Mostrar archivo 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_oe property

public String FilterName
return String

Name public_oe property

public String Name
return String

Nodes public_oe property

public List Nodes
return List

Open public_oe property

public bool Open
return bool

Value public_oe property

public Object Value
return Object