Skip to main content
A newer version of this page is available. .

ClipboardNodeCopyingEventArgs.Type Property

Gets the type of the processed row.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v22.1.dll

NuGet Package: DevExpress.Win.TreeList

Declaration

public ClipboardInfoType Type { get; }

Property Value

Type Description
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.

    Headers are copied if the CopyColumnHeaders option is enabled.

  • BandHeader — band headers.
See Also