DataGridClipboardCellContent Struct

Definition

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

public struct DataGridClipboardCellContent
type DataGridClipboardCellContent = struct
Public Structure DataGridClipboardCellContent
Inheritance
DataGridClipboardCellContent

Constructors

DataGridClipboardCellContent(Object, DataGridColumn, Object)

Initializes a new instance of the DataGridClipboardCellContent struct.

Properties

Column

Gets the DataGridColumn column containing the cell.

Content

Gets the DataGridCell cell content.

Item

Gets the DataGridRow row item containing the cell.

Methods

Equals(Object)

Field-by-field comparison to avoid reflection-based ValueType.Equals.

GetHashCode()

Returns a deterministic hash code.

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.

Applies to