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

FileManagerSettingsToolbar.ShowCreateButton Property

OBSOLETE

To display the create button, add an object of the FileManagerToolbarCreateButton type to the SettingsToolbar.Items collection. If the collection is empty, the create button is displayed provided that the SettingsEditing.AllowCreate property is set to true.

Gets or sets a value that specifies whether the create button is displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[Obsolete("To display the create button, add an object of the FileManagerToolbarCreateButton type to the SettingsToolbar.Items collection. If the collection is empty, the create button is displayed provided that the SettingsEditing.AllowCreate property is set to true.")]
[DefaultValue(true)]
public virtual bool ShowCreateButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the create button is visible, otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowCreateButton
ASPxFileManager
.SettingsToolbar.ShowCreateButton
HtmlEditorFileManager
.SettingsToolbar.ShowCreateButton
RichEditDocumentSelectorSettings
.ToolbarSettings.ShowCreateButton
RichEditFileManager
.SettingsToolbar.ShowCreateButton
RichEditFolderManager
.SettingsToolbar.ShowCreateButton
SpreadsheetDocumentSelectorSettings
.ToolbarSettings.ShowCreateButton
FileManagerSettings
.SettingsToolbar.ShowCreateButton
MVCxFileManager
.SettingsToolbar.ShowCreateButton

Remarks

If folder creation is available (the FileManagerSettingsEditing.AllowCreate property is set to true), you can manage the visibility of the create button via the ShowCreateButton property.

The button’s image can be customized by using the FileManagerImages.CreateButton property.

See Also