MVCxFileManagerDetailsColumnCollection.Add Method
| Name | Parameters | Description |
|---|---|---|
| Add() | none | Adds a new details column to the collection and returns the newly created object. |
| Add(FileInfoType, String) | fileInfoType, caption | Adds a new column with the specified settings to the end of the column collection. |
| Add(Action<MVCxFileManagerDetailsColumn>) | method | Adds a new details column to the collection and allows you to customize this column in a delegate method implementation. |