XtraFolderBrowserDialog.ShowNewFolderButton Property
Gets or sets whether or not this XtraFolderBrowserDialog should display the “New Folder” button.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraDialogs.v24.1.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 the following help topic for more information: ShowNewFolderButton.
See Also