ClipboardRowCopyingEventArgs.Type Property
In This Article
Gets the processed object’s type (row, column header, band header, group, group summary).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
The processed object’s type. |
#Remarks
public enum ClipboardInfoType {
Row = 0,
ColumnHeader = 1,
BandHeader = 2,
Group = 3,
GroupSummary = 4
}
See Also