[]
        
(Showing Draft Content)

C1.WinUI.Grid.GridClipboardCopyMode

GridClipboardCopyMode Enum

Defines constants that specify whether users can copy data from a FlexGrid control to the clipboard and whether column and row header values are included.

Namespace: C1.WinUI.Grid
Assembly: C1.WinUI.Grid.dll
Syntax
[Flags]
public enum GridClipboardCopyMode

Fields

Name Description
DataAndAllHeaders

Copy the selected data and include row and column headers.

DataAndColumnHeaders

Copy the selected data and include the column headers.

DataAndRowHeaders

Copy the selected data and include the row headers.

DataOnly

Only the selected data is copied.

Default

The default mode will copy the data to the clipboard allowing final users to decide whether it needs the headers or not.

None

Clipboard support is disabled.