ClassTelerikDropZone
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:
cs-api-definition
public class TelerikDropZone : DropZoneBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDropZoneBaseTelerikDropZone
Implements:
Inherited Members
Constructors
TelerikDropZone()
Declaration
cs-api-definition
public TelerikDropZone()
Properties
HintText
The text for the hint of the drop zone. If not provided, a default value will be rendered.
Declaration
cs-api-definition
[Parameter]
public string HintText { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides