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.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
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.

Extension Methods

ToSortableListPullMode Converts the sortableListPullMode to a value that can be used in the SortableJS library.
(Defined by EnumExtensions)

See Also