From 6fd9f9c9945894ee184dd27a836bdb150c09aeba Mon Sep 17 00:00:00 2001 From: praveensf4999 <197725958+praveensf4999@users.noreply.github.com> Date: Fri, 8 May 2026 17:51:19 +0530 Subject: [PATCH] 1025866: Updated UG documentation --- blazor/file-manager/how-to/restrict-drag-and-drop-upload.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md b/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md index a008519b5d..2ef2856183 100644 --- a/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md +++ b/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md @@ -9,7 +9,7 @@ documentation: ug # Restrict drag and drop upload -In the Blazor File Manager component, you are able to prevent the external drag and drop upload action for any types of files or folders by setting the [DropArea](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DropArea) property as `null` in the [`FileManagerUploadSettings`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html) class. +In the Blazor File Manager component, you are able to prevent the external drag and drop upload action for any types of files or folders by setting the [DropArea](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DropArea) property as `@null` in the [`FileManagerUploadSettings`](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html) class. The following example demonstrates how to prevent the external drag and drop upload actions for all types of files in the Blazor File Manager component. @@ -23,7 +23,7 @@ The following example demonstrates how to prevent the external drag and drop upl DownloadUrl="https://ej2-aspcore-service.azurewebsites.net/api/FileManager/Download" GetImageUrl="https://ej2-aspcore-service.azurewebsites.net/api/FileManager/GetImage"> - + -``` \ No newline at end of file +```