TreeListNodeBase Constructors
Serves as a base for classes that represent TreeList nodes.Name | Parameters | Description |
---|---|---|
TreeListNodeBase() | none | Initializes a new instance of the TreeListNodeBase class. |
TreeListNodeBase(Object) | content | Initializes a new instance of the TreeListNodeBase class with the specified content. |
See Also