Class RadzenDropZone<TItem>
RadzenDropZone component.
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDropZone<TItem> : RadzenComponentWithChildren, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Type Parameters
Name | Description |
---|---|
TItem |
Constructors
RadzenDropZone()
RadzenDropZone component.
Declaration
public RadzenDropZone()
Properties
Footer
Gets or sets the Footer Templated The Footer Template is rendered below the items in the RadzenDropZone<TItem>
Declaration
[Parameter]
public RenderFragment Footer { get; set; }
Property Value
Type | Description |
---|---|
RenderFragment |
Value
Gets or sets the zone value used to compare items in container Selector function.
Declaration
[Parameter]
public object Value { get; set; }
Property Value
Type | Description |
---|---|
object | The zone value used to compare items in container Selector function. |
Methods
BuildRenderTree(RenderTreeBuilder)
RadzenDropZone component.
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
RenderTreeBuilder | __builder |
Overrides
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
string |
Overrides
OnAfterRenderAsync(bool)
Called by the Blazor runtime.
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
Type | Name | Description |
---|---|---|
bool | firstRender |
Returns
Type | Description |
---|---|
Task |