Gets or sets the virtual parent key. This property is used when performing loading ajax calls.
Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property VirtualParentKey As String |
| C# |
|---|
| public string VirtualParentKey { get; set; } |
| C++ |
|---|
| public property string VirtualParentKey sealed { String get(); void set(String value); } |
| J# |
|---|
| /** property */ public string get_VirtualParentKey(); /** property */ public void set_VirtualParentKey(string value); |
| JScript |
|---|
| public function get VirtualParentKey() : String public function set VirtualParentKey(value : String); |
Property Value
The virtual parent key.