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

FileManagerSettingsFolders.ShowExpandButtons Property

Gets or sets a value that specifies whether expand buttons are displayed within the folder container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ShowExpandButtons { get; set; }

Property Value

Type Default Description
Boolean **true**

true if expand buttons are displayed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 21 property paths
Library Object Type Path to ShowExpandButtons
ASP.NET Controls and MVC Extensions ASPxFileManager
.SettingsFolders .ShowExpandButtons
HtmlEditorAudioSelectorSettings
.FoldersSettings .ShowExpandButtons
HtmlEditorDocumentSelectorSettings
.FoldersSettings .ShowExpandButtons
HtmlEditorFileManager
.SettingsFolders .ShowExpandButtons
HtmlEditorFileManagerSettingsBase
.FoldersSettings .ShowExpandButtons
HtmlEditorFlashSelectorSettings
.FoldersSettings .ShowExpandButtons
HtmlEditorImageSelectorSettings
.FoldersSettings .ShowExpandButtons
HtmlEditorSelectorSettings
.FoldersSettings .ShowExpandButtons
HtmlEditorVideoSelectorSettings
.FoldersSettings .ShowExpandButtons
RichEditDocumentSelectorSettings
.FoldersSettings .ShowExpandButtons
RichEditFileManager
.SettingsFolders .ShowExpandButtons
RichEditFolderManager
.SettingsFolders .ShowExpandButtons
SpreadsheetDocumentSelectorSettings
.FoldersSettings .ShowExpandButtons
ASP.NET Bootstrap Controls BootstrapFileManager
.SettingsFolders .ShowExpandButtons
ASP.NET MVC Extensions FileManagerSettings
.SettingsFolders .ShowExpandButtons
MVCxFileManager
.SettingsFolders .ShowExpandButtons
MVCxHtmlEditorAudioSelectorSettings
.FoldersSettings .ShowExpandButtons
MVCxHtmlEditorDocumentSelectorSettings
.FoldersSettings .ShowExpandButtons
MVCxHtmlEditorFlashSelectorSettings
.FoldersSettings .ShowExpandButtons
MVCxHtmlEditorImageSelectorSettings
.FoldersSettings .ShowExpandButtons
MVCxHtmlEditorVideoSelectorSettings
.FoldersSettings .ShowExpandButtons

Remarks

Use the ShowExpandButtons property to control the visibility of expand buttons within the ASPxFileManager. To hide them, set the ShowExpandButtons to false.

If the buttons are hidden, end-users can expand/collapse a folder by double-clicking it.

See Also