FileManagerSettingsAdaptivity.EnableCollapseFolderContainer Property
Gets or sets a value specifying whether the file manager's folder container is collapsed when the browser window width is changed.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(true)]
public bool EnableCollapseFolderContainer { get; set; }
<DefaultValue(True)>
Public Property EnableCollapseFolderContainer As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
true, to enable folder container collapsing; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Show 18 property paths
Remarks
Concept
Example
Web Forms (declaratively):
<dx:ASPxFileManager ID="FileManager" runat=&q