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

FileManagerFolderCreatedEventArgs.ParentFolder Property

Gets the folder where the currently processed folder has been created.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerFolder ParentFolder { get; }

Property Value

Type Description
FileManagerFolder

A FileManagerFolder object that is the parent folder.

Remarks

Use the ParentFolder property to access the parent folder, i.e., a folder where the currently processed folder has been created in the ASPxFileManager.FolderCreated event handler.

See Also