ClipboardRowCopyingEventArgs.Type Property
In This Article
Gets the type of the copied element: column headers, group rows, or data rows.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public ClipboardInfoType Type { get; }
#Property Value
Type | Description |
---|---|
Clipboard |
The element type. |
Available values:
Name | Description |
---|---|
Column |
The Grid |
Row | The Grid |
Group | The Grid |
See Also