MVCxFileManagerDetailsColumn Constructors
A column used to display file information in the file list details view.| Name | Parameters | Description |
|---|---|---|
| MVCxFileManagerDetailsColumn() | none | Initializes a new instance of the MVCxFileManagerDetailsColumn class with default settings. |
| MVCxFileManagerDetailsColumn(FileInfoType, String) | fileInfoType, caption | Initializes a new instance of the MVCxFileManagerDetailsColumn class with the specified settings. |
| MVCxFileManagerDetailsColumn(FileInfoType) | fileInfoType | Initializes a new instance of the MVCxFileManagerDetailsColumn class with the specified setting. |
See Also