ClassFileInfoTemplateContextBase<TFileInfo>
Class
Provides the context for the FileInfoTemplate, encapsulating information about a specific file.
Definition
Namespace:Telerik.Blazor.Components.Common.Upload
Assembly:Telerik.Blazor.dll
Type Parameters:
TFileInfo
Syntax:
cs-api-definition
public class FileInfoTemplateContextBase<TFileInfo> where TFileInfo : FileInfoBase
Inheritance: objectFileInfoTemplateContextBase<TFileInfo>
Derived Classes:
Constructors
FileInfoTemplateContextBase()
Declaration
cs-api-definition
public FileInfoTemplateContextBase()
Properties
File
The file information associated with the current instance being rendered.
Declaration
cs-api-definition
public TFileInfo File { get; set; }
Property Value
TFileInfo