Class GridViewClipboardPasteMode
Defines modes that indicate how content from the Clipboard is pasted into the RadGridView.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public sealed class GridViewClipboardPasteMode : Enum
Fields
AllSelectedCells
If pasting only one cell from the Clipboard, RadGridView will try to paste it to each selected cell.
Declaration
public const GridViewClipboardPasteMode AllSelectedCells
Field Value
AllSelectedRows
If pasting one or more items from the Clipboard, RadGridView will try to paste it to each selected row.
Declaration
public const GridViewClipboardPasteMode AllSelectedRows
Field Value
Cells
Paste into cells.
Declaration
public const GridViewClipboardPasteMode Cells
Field Value
Default
Paste into cells.
Declaration
public const GridViewClipboardPasteMode Default
Field Value
InsertNewRows
If pasting one or more items from the Clipboard, RadGridView will try to create new row for them.
Declaration
public const GridViewClipboardPasteMode InsertNewRows
Field Value
None
Pasting is disabled.
Declaration
public const GridViewClipboardPasteMode None
Field Value
OverwriteWithEmptyValues
When pasting, if the Clipboard data contains empty cells, RadGridView cells that correspond to them should be cleared.
Declaration
public const GridViewClipboardPasteMode OverwriteWithEmptyValues
Field Value
SkipFirstLine
Skips the first line from the Clipboard data. Useful if the first line is a header row.
Declaration
public const GridViewClipboardPasteMode SkipFirstLine
Field Value
SkipHiddenColumns
Will not paste values in a GridViewColumn if its IsVisible property is set to false.
Declaration
public const GridViewClipboardPasteMode SkipHiddenColumns
Field Value
SkipLastLine
Skips the last line from the Clipboard data. Useful if the last line is a footer row.
Declaration
public const GridViewClipboardPasteMode SkipLastLine
Field Value
value__
Declaration
public int value__
Field Value
System.
|