DataGridRowClipboardEventArgs::ClipboardRowContent Property
.NET Framework (current version)
Gets a list of DataGridClipboardCellContent values that represent the text values of the cells being copied.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property List<DataGridClipboardCellContent>^ ClipboardRowContent { List<DataGridClipboardCellContent>^ get(); }
Property Value
Type: System.Collections.Generic::List<DataGridClipboardCellContent>^A list of DataGridClipboardCellContent values that represent the text values of the cells being copied.
This property represents the cell values before they are copied to the Clipboard. You can modify the list or its values in order to customize what gets copied to the Clipboard.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: