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.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v17.2.dll

Declaration

public class GridCell :
    CellBase

Remarks

A cell is located at the intersection of a row and column. The GridCell class provides two properties which identify 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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference 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
DevExpress.Xpf.Grid.CellBase
GridCell
See Also