Supplies information about RadzenDropZoneContainer ItemRender event.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class RadzenDropZoneItemRenderEventArgs<TItem>| Name | Description |
|---|---|
| TItem |
Supplies information about RadzenDropZoneContainer ItemRender event.
public RadzenDropZoneItemRenderEventArgs<TItem>()Gets or sets the row HTML attributes.
public IDictionary<string, object> Attributes { get; }
| Type | Description |
|---|---|
| IDictionary<string, object> | Gets or sets the row HTML attributes. |
Gets the dragged item.
public TItem Item { get; }
| Type | Description |
|---|---|
| TItem | Gets the dragged item. |
Gets or sets a value indicating whether this item is visible.
public bool Visible { get; set; }
| Type | Description |
|---|---|
| bool | Gets or sets a value indicating whether this item is visible. |
Gets the drop zone.
public RadzenDropZone<TItem> Zone { get; }
| Type | Description |
|---|---|
| RadzenDropZone<TItem> | Gets the drop zone. |