Back to Devexpress

GridCell Class

wpf-devexpress-dot-xpf-dot-grid-86916454.md

latest1.3 KB
Original Source

GridCell Class

Represents an object which corresponds to a data cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class GridCell :
    CellBase
vb
Public Class GridCell
    Inherits 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.Xpf.Grid.CellBase GridCell

See Also

GridCell Members

DevExpress.Xpf.Grid Namespace