Properties
Name | Type | Default | Description |
---|---|---|---|
Behavior | |||
Item |
T |
null | the data item that is represented by this item |
ZoneIdentifier |
string |
null | The zone identifier of the corresponding drop zone |
Sorting | |||
HideContent |
bool |
False | |
Index |
int |
-1 | |
Disable | |||
Disabled |
bool |
False | When true, the item can't be dragged. defaults to false |
DisabledClass |
string |
null | The class that is applied when disabled MudDynamicDropItem.Disabled is set to true |
DraggingClass | |||
DraggingClass |
string |
null | An additional class that is applied to this element when a drag operation is in progress |
Appearance | |||
ChildContent |
RenderFragment |
null | Child content of component |
Common | |||
Class |
string |
null | User class names, separated by space. |
Style |
string |
null | User styles, applied on top of the component's own classes and styles. |
Tag |
object |
null | Use Tag to attach any user data object to the component for your convenience. |
UserAttributes |
Dictionary<string, object> |
UserAttributes carries all attributes you add to the component that don't match any of its parameters. They will be splatted onto the underlying HTML tag. | |
EventCallbacks
Name | Type | Description |
---|---|---|
OnDragEnded |
EventCallback<T> | An event callback set fires, when a drag operation has been ended. This included also a canceled transaction |
OnDragStarted |
EventCallback<T> | An event callback set fires, when a drag operation has been started |