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

FolderBrowserDialogService.ShowNewFolderButton Property

Gets or sets a value indicating whether the New Folder button is displayed in the folder browser dialog box. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public bool ShowNewFolderButton { get; set; }

Property Value

Type Description
Boolean

true, if the New Folder button is shown in the dialog box; otherwise, false. The default is true.

See Also