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.

Definition

Namespace: BlazorBootstrap
Assembly: BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public enum SortableListPutMode

Members

True0 True: Items can be added to the list from other lists.
False1 False: Items cannot be added to the list from other lists.

Extension Methods

ToSortableListPutMode Converts a SortableListPutMode value to its corresponding sortable list representation.
(Defined by EnumExtensions)

See Also