MVCxFileManagerDetailsColumn Members
A column used to display file information in the file list details view.Constructors
Name | Description |
---|---|
MVCxFileManagerDetailsColumn() | Initializes a new instance of the MVCxFileManagerDetailsColumn class with default settings. |
MVCxFileManagerDetailsColumn(FileInfoType, String) | Initializes a new instance of the MVCxFileManagerDetailsColumn class with the specified settings. |
MVCxFileManagerDetailsColumn(FileInfoType) | Initializes a new instance of the MVCxFileManagerDetailsColumn class with the specified setting. |
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. |
CellStyle | Gets the style settings defining the appearance of the column’s cells. Inherited from FileManagerDetailsColumn. |
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
FileInfoType | Gets or sets the type of information displayed in the column. Inherited from FileManagerDetailsColumn. |
FixedStyle | Gets or sets whether the column is fixed on a grid’s left edge. Inherited from FileManagerDetailsColumn. |
HeaderStyle | Gets the style settings defining the appearance of the column’s header. Inherited from FileManagerDetailsColumn. |
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. |
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. |
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. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
SetItemTemplateContent(Action<FileManagerDetailsViewItemTemplateContainer>) | Allows you to provide a template for rendering the content of all items within the current details view column. |
SetItemTemplateContent(String) | Allows you to provide a template for rendering the content of all items within the current details view column. |
ToString() | Returns the string that denotes the FileManagerDetailsColumn object. Inherited from FileManagerDetailsColumn. |
See Also