Skip to main content
A newer version of this page is available. .
Tab

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.v19.1.dll

Declaration

public FileManagerDetailsColumn Add(
    FileInfoType fileInfoType,
    string caption
)

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