MultiEditorRow.ToString() Method
Returns the text representation of the current object.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
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