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.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string TransferToID { get; set; }
Public Property TransferToID As String
Get
Set
public:
property String^ TransferToID {
String^ get ();
void set (String^ value);
}
member TransferToID : string with get, set
Property Value
Type:
StringThe ID of the target listbox.
See Also