ClipboardRowCopyingEventArgs Properties
Contains data for the ClipboardRowCopying event.
Name | Description |
---|---|
Cancel | Gets or sets whether to exclude the processed grid element from the copy operation’s result. |
Row |
Gets the processed row’s handle (Invalid |
Type | Gets the type of the copied element: column headers, group rows, or data rows. |
Values | Gets information about the copied grid element (a column headers collection, group row, or data row) with its appearance settings. |
See Also