Gets or sets the cutomized function which return a name of the new node.


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

Syntax

Visual Basic (Declaration)
<BrowsableAttribute(True), _
 CategoryAttribute("Ajax"), _
 DefaultValueAttribute("")>

Public Property AddNodeDataValueProvider As String
C#
[BrowsableAttribute(True)]
[CategoryAttribute("Ajax")]
[DefaultValueAttribute("")]
public string AddNodeDataValueProvider { get; set; }
C++
[BrowsableAttribute(True)]
[CategoryAttribute(L"Ajax")]
[DefaultValueAttribute(L"")]
public property string AddNodeDataValueProvider sealed  {
    String get();
    void set(String value);
}
J#
/** @attribute BrowsableAttribute(True) */
/** @attribute CategoryAttribute("Ajax") */
/** @attribute DefaultValueAttribute("") */
/** property */
public string get_AddNodeDataValueProvider();

/** property */
public void set_AddNodeDataValueProvider(string value);
JScript
public function get AddNodeDataValueProvider() : String

public function set AddNodeDataValueProvider(value : String);

Property Value

The add node prompt message.

See Also