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

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.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, 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