Share via


NodeData Property

Sets or retrieves a custom data string.

Syntax

Visual Basic  Public  Property NodeData As string
C# public  string NodeData { get; set; }
Managed C++ public:  __property string get_NodeData();
public:  __property void set_NodeData(string);
JScript public   function get NodeData() : string;
public   function set NodeData(string);

Possible Values

The property is read/write. The property has no default value.

Applies To

TREENODE

See Also

Internet Explorer WebControls, About the TreeView WebControl