Skip to main content
All docs
V25.1
  • ClipboardNodeCopyingEventArgs.Type Property

    Gets the type of the processed row.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, 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