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.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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.
|