Enum GridViewClipboardCopyMode
Defines modes that indicate how RadGridView content is copied to the Clipboard.
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
[Flags]
public enum GridViewClipboardCopyMode
All
Copy cells, header and footer.
Cells
Copy grid cells.
Default
Copy cells only.
Footer
Header
Copy grid header.
None
Copying is disabled.
SkipEmptyColumns
Will not copy columns with values that are all null or empty.
SkipEmptyRows
Will not copy rows with values that are all null or empty.