FileManagerDetailsColumn Properties
A column used to display file information in the file list details view.| Name | Description |
|---|---|
| AdaptivePriority | Gets or sets the priority of the file manager’s details view mode column hiding in adaptive mode. |
| AllowDragDrop | Gets or sets whether end-users can drag the column’s header. |
| AllowSort | Gets or sets whether end-users can sort data by the column’s values. |
| AllowTextTruncationInAdaptiveMode | Specifies whether column’s text of the file manager can be truncated in adaptive mode. |
| Caption | Gets or sets the column header’s caption. |
| CellStyle | Gets the style settings defining the appearance of the column’s cells. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| FileInfoType | Gets or sets the type of information displayed in the column. |
| FixedStyle | Gets or sets whether the column is fixed on a grid’s left edge. |
| HeaderStyle | Gets the style settings defining the appearance of the column’s header. |
| HeaderTemplate | Gets or sets a common template used for displaying the content of a header within the current details view column. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| ItemTemplate | Gets or sets a common template used for displaying the content of all items within the current details view column. |
| MaxWidth | Gets or sets a value that specifies the column’s maximum width. |
| MinWidth | Gets or sets the minimum width of the column. |
| SortOrder | Gets or sets the column’s sort order. |
| Visible | Gets or sets a value specifying the visilibity of the column in the file manager details view mode |
| VisibleIndex | Gets or sets the column’s position among the visible columns within ASPxFileManager. |
| Width | Gets or sets the width of the column. |
See Also