TelerikDropZone
Class
A component that lets you define an external drop target for drag-and-drop operations (e.g., Upload). Supports customizable hint and note texts, renders drop-zone styling and hover state, and integrates with components that accept dropped files.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class TelerikDropZone : DropZoneBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDropZoneBaseTelerikDropZone
Implements:
Inherited Members
Constructors
C#
public TelerikDropZone()
Methods
C#
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Overrides:
Properties
The text for the hint of the drop zone. If not provided, a default value will be rendered.
C#
[Parameter]
public string HintText { get; set; }