DataGridRowClipboardEventArgsClipboardRowContent Property

This list should be used to modify, add ot remove a cell content before it gets stored into the clipboard.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public List<DataGridClipboardCellContent> ClipboardRowContent { get; }

Property Value

ListDataGridClipboardCellContent

See Also