Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.Core.dll

Syntax
C# |
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 Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
DataObjectBase
EditableDataObject
GridDataBase
GridColumnData
GridCellData
EditGridCellData

See Also