property ExFileView.IncludeParent as IncludeParentEnum

Retrieves or sets a value that indicates whether the control includes the parent folder.

TypeDescription
IncludeParentEnum An IncludeParentEnum expression that indicates whether the control includes the parent folder.

If the IncludeParent property is True, the control adds a new item titled ".." that defines the parent folder for the browsed folder. If the user clicks on this item, the control browses the parent folder. The BrowseFolderPath property specifies the path to the browsed folder. The control fires the StateChange event when the user changes the browsed path. The ExploreFromHere property specifies the root folder for the control. Use the IncludeParentIconKey property to specify the key of the icon being displayed for parent folders. Use the Folder property to specify whether a File object holds a file or a folder. Use the IncludeParentLabel property to specify a different label for the parent item.