BootstrapFileManagerSettingsToolbar.ExpandFolderContainerButtonSettings Property
Gives access to the settings of the “Expand Folder Container” button.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.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 |
|
Remarks
<dx:BootstrapFileManager runat="server" ID="FileManager1">
<SettingsToolbar>
<ExpandFolderContainerButtonSettings ... />
...
</SettingsToolbar>
</dx:BootstrapFileManager>
See Also