Class TelerikDropZone
The class for the Telerik DropZone component.
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikDropZone : DropZoneBase, IDisposable
Constructors
TelerikDropZone()
Declaration
public TelerikDropZone()
Properties
HintText
The text for the hint of the drop zone. If not provided, a default value will be rendered.
Declaration
public string HintText { get; set; }
Property Value
System.String
|
NoteText
The text for the note of the drop zone. If not provided, no note will be rendered.
Declaration
public string NoteText { get; set; }
Property Value
System.String
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|