Skip to main content
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.v24.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:

Object Type Path to Mode
FileManagerFileListDetailsViewSettings
See Also