Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

ClipboardDataObtainedEventArgs.Flags Property

Gets or sets the part of the copied data to be pasted into the target range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

public PasteSpecial Flags { get; set; }

Property Value

Type Description
PasteSpecial

A PasteSpecial enumeration member.

See Also