DataGridRowClipboardEventArgs Properties
.NET Framework 4.5
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
The DataGridRowClipboardEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
ClipboardRowContent | Gets a list of DataGridClipboardCellContent values that represent the text values of the cells being copied. |
|
EndColumnDisplayIndex | Gets the DisplayIndex value of the column that contains the last selected cell in the row. |
|
IsColumnHeadersRow | Gets a value that indicates whether the row for which the event occurred represents the column headers. |
|
Item | Gets the data item for the row for which the event occurred. |
|
StartColumnDisplayIndex | Gets the DisplayIndex value of the column that contains the first selected cell in the row. |