Table of Contents

Class RadzenDropZone<TItem>

Namespace
Radzen.Blazor
Assembly
Radzen.Blazor.dll

RadzenDropZone component.

public class RadzenDropZone<TItem> : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

Type Parameters

TItem
Inheritance
RadzenDropZone<TItem>
Implements
Inherited Members

Constructors

RadzenDropZone()

public RadzenDropZone()

Properties

Gets or sets the Footer Templated The Footer Template is rendered below the items in the RadzenDropZone<TItem>

[Parameter]
public RenderFragment Footer { get; set; }

Property Value

RenderFragment

Value

Gets or sets the zone value used to compare items in container Selector function.

[Parameter]
public object Value { get; set; }

Property Value

object

The zone value used to compare items in container Selector function.

Methods

BuildRenderTree(RenderTreeBuilder)

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder

GetComponentCssClass()

protected override string GetComponentCssClass()

Returns

string

OnAfterRenderAsync(bool)

protected override Task OnAfterRenderAsync(bool firstRender)

Parameters

firstRender bool

Returns

Task