Devexpress Blazor File Manager «2026 Release»
ZKTeco logo

Endless Data is the leading authorized distributor of ZKTeco time attendance and access control. Available in Dubai, UAE, Middle East, Kenya, Uganda, Tanzania, Ethiopia, Rwanda and Somalia


Devexpress Blazor File Manager «2026 Release»

Built-in Authorization Hooks Every operation callback receives the current user context, allowing you to enforce permissions at the file/folder level.

public override Task<bool> CanCreateDirectoryAsync( FileManagerCreateDirectoryRequest request) // Return true only if current user has write permission in this folder return Task.FromResult(UserHasWriteAccess(request.ParentDirectory)); devexpress blazor file manager

Blazor Server/WebAssembly apps requiring a professional file manager with custom storage backends and strong security needs. Not ideal for: Open-source projects or applications requiring real-time collaborative editing (without custom extensions). devexpress blazor file manager

@using DevExpress.Blazor @inject IFileSystemProvider MyProvider <DxFileManager FileSystemProvider="MyProvider" Height="600px" AllowDragAndDrop="true" ShowBreadcrumbs="true" /> devexpress blazor file manager