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

    Gets the processed object’s type (row, column header, band header, group, group summary).

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.dll

    NuGet Package: DevExpress.Wpf.Grid.Core

    Declaration

    public ClipboardInfoType Type { get; }

    Property Value

    Type Description
    DevExpress.XtraExport.Helpers.ClipboardInfoType

    The processed object’s type.

    Remarks

    public enum ClipboardInfoType {
        Row = 0,
        ColumnHeader = 1,
        BandHeader = 2,
        Group = 3,
        GroupSummary = 4
    } 
    
    See Also