FileManagerFolderCreatedEventArgs.Folder Property
In This Article
Gets a folder related to the event.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerFolder Folder { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Use the Folder property to access the currently processed folder in the ASPxFileManager.FolderCreated event handler.
See Also