Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridCell Class

Represents an object which corresponds to a data cell.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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