Back to Devexpress

DxFileInput Properties

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

latest3.5 KB
Original Source

DxFileInput Properties

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

NameDescription
AcceptedFileTypesFilters files in the Open File dialog and specifies MIME types the File Input component can upload.
AllowCancelSpecifies whether users can cancel upload operations.
AllowedFileExtensionsSpecifies file extensions that the File Input component can upload.
AllowMultiFileUploadSpecifies whether users can add multiple files to the file list simultaneously.
AttributesSpecifies a collection of standard HTML attributes applied to the component. Inherited from DxControlComponent<JSProxyType>.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
ExternalDropZoneCssSelectorSpecifies the CSS selector of a container or HTML element where users can drop files.
ExternalDropZoneDragOverCssClassAssigns a CSS class to the drop zone when users drag files over it.
ExternalSelectButtonCssSelectorSpecifies the CSS selector of a button or an HTML element that invokes the Open dialog.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
MaxFileCountSpecifies the maximum number of files that users can add to the file list.
MaxFileSizeSpecifies the maximum file size in bytes.
MinFileSizeSpecifies the minimum file size in bytes.
SelectButtonTextSpecifies the caption of the built-in select button.
ShowFileListSpecifies whether to show the file list.
ShowSelectButtonSpecifies whether to show the built-in select button that invokes the Open dialog.
UploadModeSpecifies when the File Input component starts upload operations.
ValidateByAcceptedFileTypesSpecifies whether the component validates files against accepted file types before uploading them.
VisibleSpecifies whether the component is visible.

See Also

DxFileInput Class

DxFileInput Members

DevExpress.Blazor Namespace