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)
- C#
- VB
- F#
public struct DataGridClipboardCellContent
Public Structure DataGridClipboardCellContent
[<SealedAttribute>]
type DataGridClipboardCellContent =
struct
inherit ValueType
end
Inheritance | Object → ValueType → DataGridClipboardCellContent |
Constructors
DataGridClipboardCellContent(Object, DataGridColumn, Object) | Creates a new DataGridClipboardCellValue structure containing information about a DataGrid cell. |
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 ValueType.Equals(Object)) |
GetHashCode() | Returns a deterministic hash code. (Overrides ValueType.GetHashCode()) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
ToString() | Returns 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. |