Skip to main content
A newer version of this page is available. .
Tab

FileManagerFileListDetailsViewAdaptivitySettings.Mode Property

Gets or sets a value specifying whether the file manager hides columns once the cell text becomes truncated when the browser changes its width.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(FileManagerDetailsViewAdaptivityMode.HideDataCells)]
public FileManagerDetailsViewAdaptivityMode Mode { get; set; }

Property Value

Type Default Description
FileManagerDetailsViewAdaptivityMode **HideDataCells**

One of the FileManagerDetailsViewAdaptivityMode values.

Available values:

Name Description
Off

The adaptivity mode is disabled.

HideDataCells

The file manager hides columns once cell text becomes truncated.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Mode
ASP.NET Controls and MVC Extensions FileManagerFileListDetailsViewSettings
ASP.NET MVC Extensions MVCxFileManagerFileListDetailsViewSettings
See Also