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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
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