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

ClipboardRowCopyingEventArgs.Type Property

Gets the type of the copied element: column headers, group rows, or data rows.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public ClipboardInfoType Type { get; }

Property Value

Type Description
ClipboardInfoType

The element type.

Available values:

Name Description
ColumnHeader

The GridControl copies column headers.

Row

The GridControl copies data rows.

Group

The GridControl copies group rows.

See Also