Class
TelerikDropZone

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: IComponentIDisposableIHandleAfterRenderIHandleEvent

Inherited Members DropZoneBase.OnAfterRenderAsync(bool)DropZoneBase.Dispose()DropZoneBase.IdDropZoneBase.EnabledDropZoneBase.MultipleDropZoneBase.TemplateDropZoneBase.HeightDropZoneBase.WidthDropZoneBase.DragOverClassBaseComponent.ShouldRender()BaseComponent.OnInitializedAsync()BaseComponent.InitLocalizer()BaseComponent.ThrowIfParameterIsNull(object, string)BaseComponent.HaveOptionsChanged(IDictionary<string, object>, IDictionary<string, object>)BaseComponent.GetClassString(params string[])BaseComponent.InvokeAsync<T>(string, params object[])BaseComponent.InvokeAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidAsync(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, params object[])BaseComponent.InvokeComponentMethodAsync<T>(string, CancellationToken, params object[])BaseComponent.InvokeVoidComponentMethodAsync(string, params object[])BaseComponent.InvokeComponentVoidMethodAsync(string, object)BaseComponent.InvokeDisposeAsync()BaseComponent.StateHasChanged()BaseComponent.RootComponentBaseComponent.ClassComponentBase.OnInitialized()ComponentBase.OnParametersSet()ComponentBase.OnParametersSetAsync()ComponentBase.OnAfterRender(bool)ComponentBase.InvokeAsync(Action)ComponentBase.InvokeAsync(Func<Task>)ComponentBase.SetParametersAsync(ParameterView)

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

string

NoteText

The text for the note of the drop zone. If not provided, no note will be rendered.

Declaration

cs-api-definition
[Parameter]
public string NoteText { get; set; }

Property Value

string

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration

cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder

RenderTreeBuilder

Overrides ComponentBase.BuildRenderTree(RenderTreeBuilder)