Skip to main content
Tab

FileManagerDetailsColumn(FileInfoType, String) Constructor

Initializes a new instance of the FileManagerDetailsColumn class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public FileManagerDetailsColumn(
    FileInfoType fileInfoType,
    string caption
)

Parameters

Name Type Description
fileInfoType FileInfoType

One of the 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.

See Also