FileManagerFolderCreatedEventArgs.ParentFolder Property
In This Article
Gets the folder where the currently processed folder has been created.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerFolder ParentFolder { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#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