ClassDropZoneBase
Definition
Namespace:Telerik.Blazor.Components.Common.Dropzones
Assembly:Telerik.Blazor.dll
Syntax:
public abstract class DropZoneBase : BaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentDropZoneBase
Derived Classes:
Implements:
Inherited Members
Constructors
DropZoneBase()
Declaration
protected DropZoneBase()
Properties
DragOverClass
The class that will be rendered on the drop zone. when a file is dragged over it. Use this class to conditionally style the component during dragover.
Declaration
[Parameter]
public string DragOverClass { get; set; }
Property Value
Height
Defines the height of the drop zone.
Id
The id of the drop zone. Assign the same value to the DropZoneId of the corresponding TelerikUpload and/or TelerikFileSelect component.
Multiple
Specifies whether the drop zone allows multiple files drop.
Template
The content rendered inside the drop zone. Passing a fragment will completely replace the content inside the drop zone.
Declaration
[Parameter]
public RenderFragment Template { get; set; }
Property Value
Methods
Dispose()
Declaration
public override void Dispose()
Overrides