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