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

See Also