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

VerticalGridDataRow.ToString() Method

Returns a string that represents the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value that represents the current object.

Remarks

If the row’s Caption property is specified and isn’t set to an empty string, the ToString method returns the row’s caption. Otherwise, the name of the data field specified by the VerticalGridDataRow.FieldName property is returned.

See Also