SortableListPullMode Enumeration

Defines the pull mode for a sortable list, which determines how items are moved between lists when sorting.

Definition

Namespace: BlazorBootstrap.Enums
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public enum SortableListPullMode

Members

True0 True: Items can be pulled from this list to another list, allowing for inter-list sorting.
False1 False: Items cannot be pulled from this list to another list, preventing inter-list sorting.
Clone2 Clone: Items can be cloned from this list to another list, allowing for duplication.

See Also