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

FileManagerDetailsColumn(FileInfoType) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public FileManagerDetailsColumn(
    FileInfoType fileInfoType
)

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.

See Also