Back to Devexpress

ClipboardRowCopyingEventArgs.Type Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-clipboardrowcopyingeventargs-2a4c4e7c.md

latest1.5 KB
Original Source

ClipboardRowCopyingEventArgs.Type Property

Gets the type of the processed row.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public ClipboardInfoType Type { get; }
vb
Public ReadOnly Property Type As ClipboardInfoType

Property Value

TypeDescription
DevExpress.XtraExport.Helpers.ClipboardInfoType

A value that specifies the row type.

|

Remarks

The Type event argument returns the processed row type:

  • Row — a data row.

  • ColumnHeader — column headers.

  • BandHeader — band headers.

  • Group — a group row.

  • GroupSummary — a group row with summaries.

See Also

ClipboardRowCopyingEventArgs Class

ClipboardRowCopyingEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace