aspnet-devexpress-dot-web-dot-filemanagersettingstoolbar-0cee0507.md
Provides access to the Expand Folder Container button settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public FileManagerToolbarExpandFolderContainerButtonSettings ExpandFolderContainerButtonSettings { get; }
Public ReadOnly Property ExpandFolderContainerButtonSettings As FileManagerToolbarExpandFolderContainerButtonSettings
| Type | Description |
|---|---|
| FileManagerToolbarExpandFolderContainerButtonSettings |
A FileManagerToolbarExpandFolderContainerButtonSettings object that specifies the folder container’s settings.
|
You can access this nested property as listed below:
| Library | Object Type | Path to ExpandFolderContainerButtonSettings |
|---|---|---|
| ASP.NET MVC Extensions | FileManagerSettings |
.SettingsToolbar .ExpandFolderContainerButtonSettings
| | ASP.NET Web Forms Controls | ASPxFileManager |
.SettingsToolbar .ExpandFolderContainerButtonSettings
| | RichEditDocumentSelectorSettings |
.ToolbarSettings .ExpandFolderContainerButtonSettings
| | SpreadsheetDocumentSelectorSettings |
.ToolbarSettings .ExpandFolderContainerButtonSettings
|
The Expand Folder Container Button expands the folder container when it is hidden when the ASPxFileManager is in adaptive mode (FileManagerSettingsAdaptivity.Enabled is set to true), the FileManagerSettingsAdaptivity.EnableCollapseFolderContainer is set to true, and the browser window inner width is less than or equal to the FileManagerSettingsAdaptivity.CollapseFolderContainerAtWindowInnerWidth‘s value.
See Also
FileManagerSettingsToolbar Class