KaxListBoxTransferMode Property |
Gets or sets the transfer mode used for transfer operations.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic ListBoxTransferMode TransferMode { get; set; }
Public Property TransferMode As ListBoxTransferMode
Get
Set
public:
property ListBoxTransferMode TransferMode {
ListBoxTransferMode get ();
void set (ListBoxTransferMode value);
}
member TransferMode : ListBoxTransferMode with get, set
Property Value
Type:
ListBoxTransferModeThe 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