Back to Devexpress

IFileInputSelectedFile Properties

blazor-devexpress-dot-blazor-dot-ifileinputselectedfile-dot-underscore-properties.md

latest1.1 KB
Original Source

IFileInputSelectedFile Properties

Contains information about the file and allows you to access file content.

NameDescription
CancellationTokenSourceReturns the file’s cancellation token source.
GuidReturns the file’s globally unique identifier.
LastModifiedReturns the file’s last modified date.
NameReturns the file name.
SizeReturns the file size in bytes (an integer value).
TypeReturns the file’s MIME type.

See Also

IFileInputSelectedFile Interface

IFileInputSelectedFile Members

DevExpress.Blazor Namespace