DataGridCellInfo Structure
Represents information about a specific cell in a DataGrid.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | DataGridCellInfo(DataGridCell^) | Initializes a new instance of the DataGridCellInfo structure for the specified cell. |
![]() | DataGridCellInfo(Object^, DataGridColumn^) | Initializes a new instance of the DataGridCellInfo structure using the specified data item and column. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether the specified object is equal to the current instance.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Returns a hash code for the current DataGridCellInfo structure.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(DataGridCellInfo, DataGridCellInfo) | Indicates whether two DataGridCellInfo instances are equal. |
![]() ![]() | Inequality(DataGridCellInfo, DataGridCellInfo) | Indicates whether two DataGridCellInfo instances are not equal. |
This structure provides information about the cell and the data item associated with the cell. It is used instead of a reference to the actual DataGridCell container when the DataGrid gets a cell; for example, in the CurrentCell or SelectedCells properties.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



