Skip to main content
A newer version of this page is available. .

EditGridCellData Properties

Contains information about a data cell in edit mode.
Name Description
Column Gets the grid column. Inherited from GridColumnData.
Data Gets or sets an object that contains grid data. Inherited from GridDataBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayMemberBindingValue This member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridCellData.
IsFocusedCell Gets whether the cell is focused. This is a dependency property. Inherited from GridCellData.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSelected Gets whether the cell is selected. Inherited from GridCellData.
Row Inherited from GridCellData.
RowData Gets or sets the information about a data row containing the cell. Inherited from GridCellData.
SelectionState Gets a value that indicates the cell’s selection state. This is a dependency property. Inherited from GridCellData.
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