Gets or sets the navigate URL.


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

Syntax

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

/** property */
public void set_NavigateUrl(string value);
JScript
public function get NavigateUrl() : String

public function set NavigateUrl(value : String);

Property Value

The navigate URL.

See Also