EditGridCellData Properties
Contains information about a data cell in edit mode.
Name | Description |
---|---|
Column |
Gets the grid column.
Inherited from Grid |
Data |
Gets or sets an object that contains grid data.
Inherited from Grid |
Dependency |
Gets the Dependency |
Dispatcher |
Gets the Dispatcher this Dispatcher |
Display |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Grid |
Is |
Gets whether the cell is focused. This is a dependency property.
Inherited from Grid |
Is |
Gets a value that indicates whether this instance is currently sealed (read-only).
Inherited from Dependency |
Is |
Gets whether the cell is selected.
Inherited from Grid |
Row |
Gets a record in a data source.
Inherited from Grid |
Row |
Gets or sets the information about a data row containing the cell.
Inherited from Grid |
Selection |
Gets a value that indicates the cell’s selection state. This is a dependency property.
Inherited from Grid |
Value |
Gets or sets an editable value.
Inherited from Editable |
View |
Gets the owner view.
Inherited from Grid |
Visible |
Gets the column’s position among visible columns.
Inherited from Grid |
See Also