SortableListPutMode Enumeration
Defines the mode for the "put" option in a sortable list component, which determines how items can be added to the list from other lists.
Namespace: BlazorBootstrapAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum SortableListPutMode
| True | 0 |
True: Items can be added to the list from other lists.
|
| False | 1 |
False: Items cannot be added to the list from other lists.
|