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

FileManagerFileListDetailsViewAdaptivitySettings.AllowHideDataCellsByColumnMinWidth Property

Specifies whether the grid should hide a column if its width is less than the GridViewColumn.MinWidth property value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool AllowHideDataCellsByColumnMinWidth { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to hide a column; otherwise, false.

Property Paths

You can access this nested property as listed below:

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