ClipboardRowCopyingEventArgs.Cancel Property
Gets or sets whether to cancel copying the processed row to the clipboard.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to cancel copying the processed row to the clipboard; otherwise, false. |
See Also