Summary
This structure encapsulate the cell information necessary when clipboard content is prepared.
- Namespace
- Avalonia
.Controls - Base Types
-
- object
- ValueType
graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type["DataGridClipboardCellContent"]
class Type type-node
Syntax
public struct DataGridClipboardCellContent : ValueType
Constructors
Name | Summary |
---|---|
Data |
Creates a new DataGridClipboardCellValue structure containing information about a DataGrid cell. |
Properties
Name | Value | Summary |
---|---|---|
Column | DataGridColumn |
DataGridColumn containing the cell.
|
Content | object |
Cell content.
|
Item | object |
DataGrid row item containing the cell.
|
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Field-by-field comparison to avoid reflection-based ValueType.Equals.
|
GetHashCode |
int |
Returns a deterministic hash code.
|
Operators
Name | Value | Summary |
---|---|---|
operator != |
bool | |
operator == |
bool |