Back to Devexpress

CopyingToClipboardEventArgs Properties

wpf-devexpress-dot-xpf-dot-grid-dot-copyingtoclipboardeventargs-dot-underscore-properties.md

latest2.8 KB
Original Source

CopyingToClipboardEventArgs Properties

Provides data for the GridControl.CopyingToClipboard event.

NameDescription
CopyHeaderGets whether column headers are copied to the clipboard. Inherited from CopyingToClipboardEventArgsBase.
GridCellsGets an array of cells whose values are about to be copied to the clipboard.
HandledGets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. Inherited from RoutedEventArgs.
OriginalSourceGets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. Inherited from RoutedEventArgs.
RoutedEventGets or sets the RoutedEvent associated with this RoutedEventArgs instance. Inherited from RoutedEventArgs.
RowHandlesGets an array of handles that correspond to rows whose values are to be copied to the clipboard. Inherited from CopyingToClipboardEventArgsBase.
SourceGets the View that raised the event. Inherited from CopyingToClipboardEventArgsBase.

See Also

CopyingToClipboardEventArgs Class

CopyingToClipboardEventArgs Members

DevExpress.Xpf.Grid Namespace