Edit

Share via


DataGridRowClipboardEventArgs.ClipboardRowContent Property

Definition

Gets a list used to modify, add or remove a cell content before it gets stored into the clipboard.

public System.Collections.Generic.List<Microsoft.Toolkit.Uwp.UI.Controls.DataGridClipboardCellContent> ClipboardRowContent { get; }
member this.ClipboardRowContent : System.Collections.Generic.List<Microsoft.Toolkit.Uwp.UI.Controls.DataGridClipboardCellContent>
Public ReadOnly Property ClipboardRowContent As List(Of DataGridClipboardCellContent)

Property Value

Applies to