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

FolderBrowserDialogService.RootFolder Property

Gets or sets the root folder where the browsing starts from. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public Environment.SpecialFolder RootFolder { get; set; }

Property Value

Type Description
Environment.SpecialFolder

A SpecialFolder object specifying the root folder where the browsing starts. The default is SpecialFolder.Desktop.

See Also