Back to Devexpress

EditGridCellData Properties

wpf-devexpress-dot-xpf-dot-grid-dot-editgridcelldata-dot-underscore-properties.md

latest3.7 KB
Original Source

EditGridCellData Properties

Contains information about a data cell in edit mode.

NameDescription
ColumnGets the grid column. Inherited from GridColumnData.
DataGets or sets an object that contains grid data. Inherited from GridDataBase.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
DisplayMemberBindingValueThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from GridCellData.
IsFocusedCellGets whether the cell is focused. This is a dependency property. Inherited from GridCellData.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSelectedGets whether the cell is selected. Inherited from GridCellData.
RowGets a record in a data source. Inherited from GridCellData.
RowDataGets or sets the information about a data row containing the cell. Inherited from GridCellData.
SelectionStateGets a value that indicates the cell’s selection state. This is a dependency property. Inherited from GridCellData.
ValueGets or sets an editable value. Inherited from EditableDataObject.
ViewGets the owner view. Inherited from GridColumnData.
VisibleIndexGets the column’s position among visible columns. Inherited from GridColumnData.

See Also

EditGridCellData Class

EditGridCellData Members

DevExpress.Xpf.Grid Namespace