Back to Devexpress

GridCellData Properties

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

latest3.3 KB
Original Source

GridCellData Properties

Contains information about a data cell.

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.
IsFocusedCellGets whether the cell is focused. This is a dependency property.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
IsSelectedGets whether the cell is selected.
RowGets a record in a data source.
RowDataGets or sets the information about a data row containing the cell.
SelectionStateGets a value that indicates the cell’s selection state. This is a dependency property.
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

GridCellData Class

GridCellData Members

DevExpress.Xpf.Grid Namespace