Skip to main content

XtraFolderBrowserDialog.ShowNewFolderButton Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraDialogs.v23.2.dll

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

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