Skip to main content
Tab

FileManagerSettingsToolbar.ExpandFolderContainerButtonSettings Property

Provides access to the Expand Folder Container button settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerToolbarExpandFolderContainerButtonSettings ExpandFolderContainerButtonSettings { get; }

Property Value

Type Description
FileManagerToolbarExpandFolderContainerButtonSettings

A FileManagerToolbarExpandFolderContainerButtonSettings object that specifies the folder container’s settings.

Property Paths

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

Remarks

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.

ASPxFileManager_AdaptiveExpandFolderContainer

See Also