Class RadzenDropZoneItemRenderEventArgs<TItem>
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about RadzenDropZoneContainer ItemRender event.
public class RadzenDropZoneItemRenderEventArgs<TItem>
Type Parameters
TItem
- Inheritance
-
RadzenDropZoneItemRenderEventArgs<TItem>
- Inherited Members
Constructors
RadzenDropZoneItemRenderEventArgs()
public RadzenDropZoneItemRenderEventArgs()
Properties
Attributes
Gets or sets the row HTML attributes.
public IDictionary<string, object> Attributes { get; }
Property Value
Item
Gets the dragged item.
public TItem Item { get; }
Property Value
- TItem
Visible
Gets or sets a value indicating whether this item is visible.
[Parameter]
public bool Visible { get; set; }
Property Value
- bool
true
if visible; otherwise,false
.
Zone
Gets the drop zone.
public RadzenDropZone<TItem> Zone { get; }
Property Value
- RadzenDropZone<TItem>