DataGridClipboardCellContent Structure

This structure encapsulate the cell information necessary when clipboard content is prepared.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public struct DataGridClipboardCellContent
Inheritance
Object    ValueType    DataGridClipboardCellContent

Properties

Column DataGridColumn containing the cell.
Content Cell content.
Item DataGrid row item containing the cell.

Methods

Equals(Object) Field-by-field comparison to avoid reflection-based ValueType.Equals.
(Overrides ValueTypeEquals(Object))
GetHashCode Returns a deterministic hash code.
(Overrides ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Operators

Equality(DataGridClipboardCellContent, DataGridClipboardCellContent) Field-by-field comparison to avoid reflection-based ValueType.Equals.
Inequality(DataGridClipboardCellContent, DataGridClipboardCellContent) Field-by-field comparison to avoid reflection-based ValueType.Equals.

See Also