Back to Devexpress

CopyingToClipboardEventArgsBase Properties

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

latest2.3 KB
Original Source

CopyingToClipboardEventArgsBase Properties

Serves as the base class for classes that provide data for events related to copying data to the clipboard.

NameDescription
CopyHeaderGets whether column headers are 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.
SourceGets the View that raised the event.

See Also

CopyingToClipboardEventArgsBase Class

CopyingToClipboardEventArgsBase Members

DevExpress.Xpf.Grid Namespace