FileManagerFolder.Parent Property
In This Article
Gets the immediate parent folder to which the current folder belongs.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerFolder Parent { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
Use the Parent property to identify and access the immediate parent folder which owns the current folder.
See Also