Property TreeRootGetter
TreeRootGetter
Gets or Sets the method for getting the root tree objects that are displayed in the collapse-able tree in the FileDialog. Defaults to all accessible GetLogicalDrives() and unique Environment.SpecialFolder.
public Func<Dictionary<IDirectoryInfo, string>> TreeRootGetter { get; set; }
Property Value
- Func<Dictionary<IDirectoryInfo, string>>
Remarks
Must be configured before showing the dialog.