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

ClipboardInfoType Enum

Lists types of the copied grid elements.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

public enum ClipboardInfoType

Members

Name Description
ColumnHeader

The GridControl copies column headers.

Row

The GridControl copies data rows.

Group

The GridControl copies group rows.

Related API Members

The following properties accept/return ClipboardInfoType values:

See Also