EnumGridViewClipboardCopyMode
Enum
Defines modes that indicate how RadGridView content is copied to the Clipboard.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
[Flags]
public enum GridViewClipboardCopyMode
Fields
All
Copy cells, header and footer.
Default
Copy cells only.
Footer
Copy grid 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.