Skip to main content
Tab

FileManagerDetailsCommandColumnSettings.AdaptivePriority Property

Gets or sets the priority of the file manager’s details view mode column hiding in adaptive mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(0)]
public int AdaptivePriority { get; set; }

Property Value

Type Default Description
Int32 0

An Int32 value specifying the column priority.

Property Paths

You can access this nested property as listed below:

Object Type Path to AdaptivePriority
FileManagerFileListDetailsViewSettings
.SettingsCommandColumn .AdaptivePriority

Remarks

When the FileManagerFileListDetailsViewAdaptivitySettings.Mode property is set to FileManagerDetailsViewAdaptivityMode.HideDataCells, the file manager control can automatically hide the file manager’s columns once cell text becomes truncated. Use the AdaptivePriority property to control the order of column hiding.

See Also