Allows to control Clipboard operations on a per-cell basis.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
public class GridViewCellClipboardEventArgs : CancelRoutedEventArgs
Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsGridViewCellClipboardEventArgs
Inherited Members
Constructors
Initializes a new instance of the GridViewCellClipboardEventArgs class.
public GridViewCellClipboardEventArgs(GridViewCellInfo cell, object value, GridViewCellType cellType)
The cell that will be affected by the Clipboard operation.
valueobjectThe cell value that the Clipboard operation will be performed with.
cellTypeGridViewCellTypeThe cell type that the Clipboard operation will be performed with.
Initializes a new instance of the GridViewCellClipboardEventArgs class.
public GridViewCellClipboardEventArgs(GridViewCellInfo cell, object value)
The cell that will be affected by the Clipboard operation.
valueobjectThe cell value that the Clipboard operation will be performed with.
Properties
Gets the cell that will be affected by the Clipboard operation.
public GridViewCellInfo Cell { get; }
Gets the type of the cell that will be affected by the Clipboard operation.
public GridViewCellType CellType { get; }