Skip to main content

BootstrapFileManagerSettingsToolbar.ExpandFolderContainerButtonSettings Property

Gives access to the settings of the “Expand Folder Container” button.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[Themeable(false)]
public BootstrapFileManagerToolbarExpandFolderContainerButtonSettings ExpandFolderContainerButtonSettings { get; }

Property Value

Type Description
DevExpress.Web.Bootstrap.BootstrapFileManagerToolbarExpandFolderContainerButtonSettings

The settings of the “Expand Folder Container” button.

Property Paths

You can access this nested property as listed below:

Object Type Path to ExpandFolderContainerButtonSettings
BootstrapFileManager
.SettingsToolbar .ExpandFolderContainerButtonSettings

Remarks

<dx:BootstrapFileManager runat="server" ID="FileManager1">
    <SettingsToolbar>
        <ExpandFolderContainerButtonSettings ... />
        ...
    </SettingsToolbar>
</dx:BootstrapFileManager>
See Also