DataGridRowClipboardEventArgs.ClipboardRowContent Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the cell contents of the row, before the row is copied to the clipboard.

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.Data (in System.Windows.Controls.Data.dll)

Syntax

'Declaration
Public ReadOnly Property ClipboardRowContent As List(Of DataGridClipboardCellContent)
public List<DataGridClipboardCellContent> ClipboardRowContent { get; }

Property Value

Type: System.Collections.Generic.List<DataGridClipboardCellContent>
The cell contents of the row, before the row is copied to the clipboard.

Remarks

Use this property to modify cell content before it gets copied to the clipboard.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.