FileManagerDetailsColumnCollection.Add(FileInfoType, String) Method
In This Article
Adds a new column with the specified settings to the end of the column collection.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerDetailsColumn Add(
FileInfoType fileInfoType,
string caption
)
#Parameters
Name | Type | Description |
---|---|---|
file |
File |
One of the File |
caption | String | A String value that specifies the column caption. Initializes the column’s File |
#Returns
Type | Description |
---|---|
File |
A File |
#Remarks
Use the Add method to add a new column item with the specified settings to the FileManagerDetailsColumnCollection object.
See Also