Click or drag to resize
KaxListBoxTransferToID Property
Gets or sets the ID of the KaxListBox which the current listbox should transfer to. Set the TransferToID property only of one of the two listboxes which will transfer items between each other.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public string TransferToID { get; set; }

Property Value

Type: String
The ID of the target listbox.
See Also