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.v18.1.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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the GridCell class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
GridCell
See Also