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

FileManagerDetailsColumn.ToString() Method

Returns the string that denotes the FileManagerDetailsColumn object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value that denotes the FileManagerDetailsColumn object.

Remarks

The ToString method returns a human-readable string that is the value of the FileManagerDetailsColumn.FileInfoType property plus the “ Column” text.

See Also