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

FileManagerFolder.Parent Property

Gets the immediate parent folder to which the current folder belongs.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerFolder Parent { get; }

Property Value

Type Description
FileManagerFolder

A FileManagerFolder object representing the folder’s immediate parent.

Remarks

Use the Parent property to identify and access the immediate parent folder which owns the current folder.

See Also