SortableListPullMode Enumeration
Defines the pull mode for a sortable list, which determines how items are moved between lists when sorting.
Namespace: BlazorBootstrap.EnumsAssembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum SortableListPullMode
| True | 0 |
True: Items can be pulled from this list to another list, allowing for inter-list sorting.
|
| False | 1 |
False: Items cannot be pulled from this list to another list, preventing inter-list sorting.
|
| Clone | 2 |
Clone: Items can be cloned from this list to another list, allowing for duplication.
|