Gets or sets the name of the node text column.


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

Syntax

Visual Basic (Declaration)
Public Property NodeTextColumnName As String
C#
public string NodeTextColumnName { get; set; }
C++
public property string NodeTextColumnName sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_NodeTextColumnName();

/** property */
public void set_NodeTextColumnName(string value);
JScript
public function get NodeTextColumnName() : String

public function set NodeTextColumnName(value : String);

Property Value

The name of the node text column.

See Also