DataGridClipboardCellContent Struct

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
DataGridClipboardCellContent(object, DataGridColumn, object) 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(object) bool
Field-by-field comparison to avoid reflection-based ValueType.Equals.
GetHashCode() int
Returns a deterministic hash code.

Operators

Name Value Summary
operator !=(DataGridClipboardCellContent, DataGridClipboardCellContent) bool
operator ==(DataGridClipboardCellContent, DataGridClipboardCellContent) bool