ClassTelerikFileSelect
Class
The class for the Telerik FileSelect component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public class TelerikFileSelect : TelerikUploadBase<FileSelectFileInfo>, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Inheritance: objectComponentBaseBaseComponentTelerikUploadBase<FileSelectFileInfo>TelerikFileSelect
Implements:
Inherited Members
Constructors
TelerikFileSelect()
Declaration
cs-api-definition
public TelerikFileSelect()
Properties
DropZoneClass
Declaration
cs-api-definition
[CascadingParameter(Name = "DropZoneClass")]
public string DropZoneClass { get; set; }
Property Value
Files
Used to preload a list of files to the Upload component during initialization.
Declaration
cs-api-definition
[Parameter]
public IEnumerable<FileSelectFileInfo> Files { get; set; }
Property Value
OnRemove
Triggered before a file is removed.
Declaration
cs-api-definition
[Parameter]
public EventCallback<FileSelectEventArgs> OnRemove { get; set; }
Property Value
OnSelect
Triggered when a file is selected.
Declaration
cs-api-definition
[Parameter]
public EventCallback<FileSelectEventArgs> OnSelect { get; set; }
Property Value
RenderAsHiddenInput
Declaration
cs-api-definition
[CascadingParameter(Name = "RenderAsHiddenInput")]
public bool RenderAsHiddenInput { get; set; }
Property Value
ShowFileList
Declaration
cs-api-definition
[CascadingParameter(Name = "ShowFileList")]
public bool ShowFileList { get; set; }
Property Value
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
cs-api-definition
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
__builder
Overrides
OnInitialized()
Declaration
cs-api-definition
protected override void OnInitialized()
Overrides