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

XtraFolderBrowserDialog.ShowNewFolderButton Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v19.2.dll

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ShowNewFolderButton { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

Refer to this MSDN article to learn more.

See Also