Back to Devexpress

ClipboardNodeCopyingEventArgs.Type Property

windowsforms-devexpress-dot-xtratreelist-dot-clipboardnodecopyingeventargs-37de5ddb.md

latest1.4 KB
Original Source

ClipboardNodeCopyingEventArgs.Type Property

Gets the type of the processed row.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

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 tree list node.

  • ColumnHeader — column headers.

  • BandHeader — band headers.

See Also

ClipboardNodeCopyingEventArgs Class

ClipboardNodeCopyingEventArgs Members

DevExpress.XtraTreeList Namespace