Skip to main content

GridCell.ToString() Method

Returns a string representation of the current GridCell object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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