New to Telerik UI for WPFStart a free 30-day trial

Defines modes that indicate how RadVirtualGrid content is copied to the Clipboard.

Definition

Namespace:Telerik.Windows.Controls.VirtualGrid

Assembly:Telerik.Windows.Controls.VirtualGrid.dll

Syntax:

C#
[Flags]
public enum VirtualGridClipboardCopyMode

Fields

Copy grid cells.

C#
Cells = 2

Copy cells only.

C#
Default = 2

Copying is disabled.

C#
None = 1

Will not copy rows with values that are all null or empty.

C#
SkipEmptyRows = 16
In this article
DefinitionFieldsCellsDefaultNoneSkipEmptyRows
Not finding the help you need?
Contact Support