Skip to main content

CellData Members

Contains information about grid cells.

Properties

Name Description
Column Gets the grid column.
IsFocused Gets whether the cell is focused.
IsSelected Gets whether the cell is selected.
Row Gets a record in a data source.
RowData Gets information about the data row.
SelectionState Gets the cell’s selection state: focused, selected, focused and selected, or neither.
Text Gets or sets the text displayed in the cell.
UnboundData Gets the row’s unbound values.
ValidationError Gets information about the cell’s validation error.
ValidationErrorImage Gets the image displayed in a cell if it is invalid.
ValidationErrorText Gets the cell’s validation error text.
Value Gets or sets the cell’s value.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
PropertyChanged Occurs when any of the CellData class properties’ values change.
See Also