Back to Devexpress

XtraFolderBrowserDialog.ShowNewFolderButton Property

windowsforms-devexpress-dot-xtraeditors-dot-xtrafolderbrowserdialog-607d7d2c.md

latest1.7 KB
Original Source

XtraFolderBrowserDialog.ShowNewFolderButton Property

Gets or sets whether or not this XtraFolderBrowserDialog should display the “New Folder” button.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraDialogs.v25.2.dll

NuGet Packages : DevExpress.Win.Dialogs, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowNewFolderButton { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property ShowNewFolderButton As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the “New Folder” button is visible; otherwise, false.

|

Remarks

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

See Also

XtraFolderBrowserDialog Class

XtraFolderBrowserDialog Members

DevExpress.XtraEditors Namespace