Class FileSelectEventArgs
Arguments for the select event.
Inheritance
System.Object
FileSelectEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class FileSelectEventArgs : Object
Constructors
FileSelectEventArgs()
Declaration
public FileSelectEventArgs()
Properties
Files
The files that are used for the event.
Declaration
public List<FileSelectFileInfo> Files { get; set; }
Property Value
System.Collections.Generic.List<Telerik.Blazor.Components.FileSelect.FileSelectFileInfo>
|