GridCellData Properties
Contains information about a data cell.| Name | Description |
|---|---|
| Column | Gets the grid column. Inherited from GridColumnData. |
| Data | Gets or sets an object that contains grid data. Inherited from GridDataBase. |
| DisplayMemberBindingValue | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| IsFocusedCell | Gets whether the cell is focused. This is a dependency property. |
| IsSelected | Gets whether the cell is selected. |
| Row | Gets a record in a data source. |
| RowData | Gets or sets the information about a data row containing the cell. |
| SelectionState | Gets a value that indicates the cell’s selection state. This is a dependency property. |
| Value | Gets or sets an editable value. Inherited from EditableDataObject. |
| View | Gets the owner view. Inherited from GridColumnData. |
| VisibleIndex | Gets the column’s position among visible columns. Inherited from GridColumnData. |
See Also