Skip to main content

BootstrapFileManagerDetailsCustomColumn Properties

Name Description
AdaptivePriority Gets or sets the priority of the file manager’s details view mode column hiding in adaptive mode. Inherited from FileManagerDetailsColumn.
AllowDragDrop Gets or sets whether end-users can drag the column’s header. Inherited from FileManagerDetailsColumn.
AllowSort Gets or sets whether end-users can sort data by the column’s values. Inherited from FileManagerDetailsColumn.
AllowTextTruncationInAdaptiveMode Specifies whether column’s text of the file manager can be truncated in adaptive mode. Inherited from FileManagerDetailsColumn.
Caption Gets or sets the column header’s caption. Inherited from FileManagerDetailsColumn.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
CssClasses
FileInfoType This property is not in effect for the FileManagerDetailsCustomColumn class. Inherited from FileManagerDetailsCustomColumn.
Fixed
HeaderTemplate Gets or sets a common template used for displaying the content of a header within the current details view column. Inherited from FileManagerDetailsColumn.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
ItemMetadataKey Specifies the metadata key for the custom column of the file manager’s details view mode. Inherited from FileManagerDetailsCustomColumn.
ItemTemplate Gets or sets a common template used for displaying the content of all items within the current details view column. Inherited from FileManagerDetailsColumn.
MaxWidth Gets or sets a value that specifies the column’s maximum width. Inherited from FileManagerDetailsColumn.
MinWidth Gets or sets the minimum width of the column. Inherited from FileManagerDetailsColumn.
Name Gets or sets the name for the current custom column. Inherited from FileManagerDetailsCustomColumn.
ShowHeaderFilterButton Specifies whether a header filter button is displayed for the custom column. Inherited from FileManagerDetailsCustomColumn.
SortOrder Gets or sets the column’s sort order. Inherited from FileManagerDetailsColumn.
Visible Gets or sets a value specifying the visilibity of the column in the file manager details view mode Inherited from FileManagerDetailsColumn.
VisibleIndex Gets or sets the column’s position among the visible columns within ASPxFileManager. Inherited from FileManagerDetailsColumn.
Width Gets or sets the width of the column. Inherited from FileManagerDetailsColumn.
See Also