Back to Devexpress

GridCellData Class

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

latest1.7 KB
Original Source

GridCellData Class

Contains information about a data cell.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public class GridCellData :
    GridColumnData
vb
Public Class GridCellData
    Inherits GridColumnData

Remarks

A GridCellData object contains information about a data cell and serves as a data context (binding source) for the following templates: CardView.CardRowTemplate, ColumnBase.CellTemplate, DataViewBase.CellTemplate.

Inheritance

Object DispatcherObject DependencyObject DataObjectBase EditableDataObject GridDataBase GridColumnData GridCellData EditGridCellData

See Also

GridCellData Members

DevExpress.Xpf.Grid Namespace