Enum VirtualGridClipboardCopyMode
Defines modes that indicate how RadVirtualGrid content is copied to the Clipboard.
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
[Flags]
public enum VirtualGridClipboardCopyMode
Cells
Copy grid cells.
Default
Copy cells only.
None
Copying is disabled.
SkipEmptyRows
Will not copy rows with values that are all null or empty.