DataGridRowClipboardEventArgs Class

Summary

This class encapsulates a selected row's information necessary for the CopyingRowClipboardContent event.
Namespace
Avalonia.Controls
Base Types
  • object
  • EventArgs
graph BT Type-->Base0["EventArgs"] Base0-->Base1["object"] Type["DataGridRowClipboardEventArgs"] class Type type-node

Syntax

public class DataGridRowClipboardEventArgs : EventArgs

Properties

Name Value Summary
ClipboardRowContent List<DataGridClipboardCellContent>
This list should be used to modify, add ot remove a cell content before it gets stored into the clipboard.
IsColumnHeadersRow bool
This property is true when the ClipboardRowContent represents column headers, in which case the Item is null.
Item object
DataGrid row item used for proparing the ClipboardRowContent.