ClassTelerikDropZone
Class
The class for the Telerik DropZone component.
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