FileManagerDetailsColumn(FileInfoType, String) Constructor
Initializes a new instance of the FileManagerDetailsColumn class with the specified settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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