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.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v18.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.

Inheritance

Object
DevExpress.UI.Xaml.Grid.CellBase
GridCell
See Also