Click or drag to resize
ListBoxTransferMode Enumeration
Specifies the transfer behavior

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum ListBoxTransferMode
Members
  Member nameValueDescription
Move0 Items are moved to the destination listbox
Copy1 Items are copied to the destination listbox
See Also