C# Class Gearset.Components.TreeViewNode

Afficher le fichier Open project: juancampa/Gearset Class Usage Examples

Méthodes publiques

Свойство Type Description
FilterName String
Name String
Nodes List
Open bool
Value Object

Méthodes publiques

Méthode Description
Toggle ( ) : void
TreeViewNode ( String name ) : System

Method Details

Toggle() public méthode

public Toggle ( ) : void
Résultat void

TreeViewNode() public méthode

public TreeViewNode ( String name ) : System
name String
Résultat System

Property Details

FilterName public_oe property

public String FilterName
Résultat String

Name public_oe property

public String Name
Résultat String

Nodes public_oe property

public List Nodes
Résultat List

Open public_oe property

public bool Open
Résultat bool

Value public_oe property

public Object Value
Résultat Object