Skip to main content

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.
RowHandle Gets the processed row’s handle (InvalidRowHandle for column headers).
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