FileManagerFolderCreatedEventArgs.ParentFolder Property
Gets the folder where the currently processed folder has been created.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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