Gets the type of the node.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property NodeType As ASTreeViewNodeType
C#
public virtual ASTreeViewNodeType NodeType { get; }
C++
public virtual property ASTreeViewNodeType NodeType {
    ASTreeViewNodeType get();
}
J#
/** property */
public ASTreeViewNodeType get_NodeType();
JScript
public function get NodeType() : ASTreeViewNodeType

Property Value

The type of the node.

See Also