Class RadzenDropZone<TItem>
RadzenDropZone component.
Implements
IDisposable
Inherited Members
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public class RadzenDropZone<TItem> : RadzenComponentWithChildren, IDisposable
Type Parameters
Name | Description |
---|---|
TItem |
Properties
Footer
Gets or sets the Footer Templated The Footer Template is rendered below the items in the RadzenDropZone<TItem>
Declaration
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
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The zone value used to compare items in container Selector function. |
Methods
GetComponentCssClass()
Gets the component CSS class.
Declaration
protected override string GetComponentCssClass()
Returns
Type | Description |
---|---|
System.String |
Overrides
OnAfterRenderAsync(Boolean)
Called by the Blazor runtime.
Declaration
protected override async Task OnAfterRenderAsync(bool firstRender)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | firstRender |
Returns
Type | Description |
---|---|
Task |
Overrides
Implements
IDisposable