Skip to main content
Tab

FileManagerFolderCreatedEventArgs.Folder Property

Gets a folder related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerFolder Folder { get; }

Property Value

Type Description
FileManagerFolder

A FileManagerFolder object that is the created folder.

Remarks

Use the Folder property to access the currently processed folder in the ASPxFileManager.FolderCreated event handler.

See Also