FileManagerDetailsColumnCollection.Add(FileInfoType, String) Method
Adds a new column with the specified settings to the end of the column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileInfoType | FileInfoType | One of the FileManagerDetailsColumn enumeration values specifying the type of information displayed in the column. Initializes the column’s FileManagerDetailsColumn.FileInfoType property. |
caption | String | A String value that specifies the column caption. Initializes the column’s FileManagerDetailsColumn.Caption property. |
Returns
Type | Description |
---|---|
FileManagerDetailsColumn | A FileManagerDetailsColumn object that is the newly created column. |
Remarks
Use the Add method to add a new column item with the specified settings to the FileManagerDetailsColumnCollection object.
See Also