Skip to main content
A newer version of this page is available. .

ClipboardRowCopyingEventArgs Properties

Provides data for the TableView.ClipboardRowCopying / TreeListView.ClipboardNodeCopying events.
Name Description
Cancel Gets or sets whether to cancel the copy operation.
Headers Gets a collection of column headers or band headers.
RowHandle
Type Gets the processed object’s type (row, column header, band header, group, group summary).
Values Gets a collection of row or group row values.
See Also