Click or drag to resize
KaxListBoxTransferMode Property
Gets or sets the transfer mode used for transfer operations.

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

Property Value

Type: ListBoxTransferMode
The transfer mode. The default value is Move
Remarks
If the TransferMode property is set to Move the items would be deleted from the source listbox before inserting them in the destination listbox. The TransferMode property of the listbox whose TransferToID property is set is taken into account.
See Also