Skip to main content

MultiEditorRow.ToString() Method

Returns the text representation of the current object.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

public override string ToString()

Returns

Type Description
String

A string that is the text representation of the current object.

Remarks

The value returned is the concatenation of the row items’ captions, delimited by a semicolon. Row items are stored in the MultiEditorRow.PropertiesCollection object.

See Also