C1.Silverlight.DataGrid Namespace : DataGridCell Class |
The following tables list the members exposed by DataGridCell.
Name | Description | |
---|---|---|
Column | Gets the column. | |
DataGrid | Gets the owner data grid. | |
IsEditable | Gets a value indicating whether this cell is editable. | |
IsEditing | Gets a value indicating whether this cell is being edited. | |
IsMouseOver | Gets a value indicating whether the mouse is over the cell. | |
IsSelectable | Gets a value indicating whether this cell is selectable. | |
IsSelected | Gets a value indicating whether this cell is selected. | |
Presenter | Gets the content of the cell. | |
Row | Gets the row. | |
Text | Gets the text inside the cell. | |
Value | Gets the value shown in the cell. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified System.Object is equal to the current System.Object. | |
GetHashCode | Serves as a hash function for a particular type. | |
ToString | Returns a System.String that represents the current System.Object. |
Equality | Implements the operator ==. |
Inequality | Implements the operator !=. |