ClassTelerikDropZone
Class
The class for the Telerik DropZone component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
public class TelerikDropZone : DropZoneBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDropZoneBaseTelerikDropZone
Implements:
Inherited Members
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.
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides