Skip to main content
A newer version of this page is available. .
Tab

FileManagerFolderCreatedEventArgs.Folder Property

Gets a folder related to the event.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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