GridCell Class
Represents an object which corresponds to a data cell.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Remarks
This GridCell class provides two properties for identifying a cell. The GridCell.RowHandle property specifies the handle of the row which contains the cell. The GridCell.Column property represents the column in which the cell resides. As a result the cell which the GridCell object corresponds to is located at the intersection of the row and column.
The GridCell.Equals method allows two GridCell objects to be compared. The objects are considered equal if they correspond to the same data cell.