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

GridCell Class

Represents an object which corresponds to a data cell.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public class GridCell

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.

GridCell

The GridCell.Equals method allows two GridCell objects to be compared. The objects are considered equal if they correspond to the same data cell.

Inheritance

Object
GridCell
See Also