DataGridRowClipboardEventArgs Properties

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

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DataGridRowClipboardEventArgs type exposes the following members.

Properties

  Name Description
Public property ClipboardRowContent Gets the cell contents of the row, before the row is copied to the clipboard.
Public property IsColumnHeadersRow Gets a value that indicates whether the row being copied is the column header row.
Public property Item Gets the row item that contains the cell content being copied to the clipboard. DataGridClipboardCellContent.

Top