FileManagerSettingsToolbar.ExpandFolderContainerButtonSettings Property
Provides access to the Expand Folder Container button settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 Web Forms Controls | ASPxFileManager |
|
RichEditDocumentSelectorSettings |
|
|
SpreadsheetDocumentSelectorSettings |
|
|
ASP.NET MVC Extensions | FileManagerSettings |
|
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.