Summary
Creates a new DataGridClipboardCellValue structure containing information about a DataGrid cell.
- Namespace
- Avalonia
.Controls - Containing Type
- Data
Grid Clipboard Cell Content
Syntax
public DataGridClipboardCellContent(object item, DataGridColumn column, object content)
Parameters
Name | Type | Description |
---|---|---|
item | object | DataGrid row item containing the cell. |
column | DataGridColumn | DataGridColumn containing the cell. |
content | object | DataGrid cell value. |
Return Value
Type | Description |
---|---|
void |