Back to Devexpress

DialogParameters.ShowNewFolderButton Property

wpf-devexpress-dot-xpf-dot-editors-dot-dialogparameters-fa69a089.md

latest1.4 KB
Original Source

DialogParameters.ShowNewFolderButton Property

Gets or sets whether to display the Make New Folder button in the browse folder dialog.

Namespace : DevExpress.Xpf.Editors

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public bool ShowNewFolderButton { get; set; }
vb
Public Property ShowNewFolderButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the Make New Folder button; otherwise, false.

|

Remarks

Refer to the following help topic for more information: ShowNewFolderButton.

See Also

DialogParameters Class

DialogParameters Members

DevExpress.Xpf.Editors Namespace