Back to Devexpress

DxFileInput Methods

blazor-devexpress-dot-blazor-dot-dxfileinput-dot-underscore-methods.md

latest4.6 KB
Original Source

DxFileInput Methods

A component that allows you to access the contents of selected files directly in razor code.

NameDescription
CancelAllFilesUpload()Cancels upload processes for all files displayed in the file list.
CancelFilesUpload(IEnumerable<UploadFileInfo>)Cancels upload processes for specified files.
CancelFileUpload(UploadFileInfo)Cancels the upload operation for the specified file.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ReloadAllFiles()Reloads all files whose upload operations were canceled.
ReloadFile(UploadFileInfo)Reloads the specified file if its upload process was canceled.
ReloadFiles(IEnumerable<UploadFileInfo>)Reloads specified files if their upload processes were canceled.
RemoveAllFiles()Clears the file list.
RemoveFile(UploadFileInfo)Removes the specified file from the file list.
RemoveFiles(IEnumerable<UploadFileInfo>)Removes specified files from the file list.
ShowOpenFileDialog()Displays the Open File dialog.
ToString()Returns a string that represents the current object. Inherited from Object.
UploadAllFiles()Uploads all files displayed in the file list.
UploadFile(UploadFileInfo)Uploads the specified file.
UploadFiles(IEnumerable<UploadFileInfo>)Uploads specified files.

See Also

DxFileInput Class

DxFileInput Members

DevExpress.Blazor Namespace