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

GridCell.ToString() Method

Returns a string representation of the current GridCell object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A string that represents the current GridCell.

Remarks

The GridCell overrides the default implementation of the ToString method to return the string containing the row handle and column caption of the cell.

See Also