FileManagerSettingsFolders.ShowExpandButtons Property
Gets or sets a value that specifies whether expand buttons are displayed within the folder container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Property Paths
You can access this nested property as listed below:
Library | Object Type | Path to ShowExpandButtons |
---|---|---|
ASP.NET Web Forms Controls | ASPxFileManager |
|
ASP.NET MVC Extensions | FileManagerSettings |
|
Remarks
Use the ShowExpandButtons property to control the visibility of expand buttons within the ASPxFileManager. To hide them, set the ShowExpandButtons to false
.
If the buttons are hidden, end-users can expand/collapse a folder by double-clicking it.
See Also