Skip to main content
Tab

FileManagerDetailsColumn.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.

Remarks

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

The bigger the value of the AdaptivePriority property is, the earlier the column will be hidden. If columns have the same priority, the hiding order is determined by the FileManagerDetailsColumn.VisibleIndex property.

See Also