Version

Clipboard class Members

The following tables list the members exposed by Clipboard.

Public Constructors
 NameDescription
Public ConstructorClipboard Constructor  
Public Properties
 NameDescription
Public PropertyelementReturns the element assoicated with the item. (Inherited from Infragistics.Web.UI.GridBehavior)
Public Propertyevents (Inherited from Infragistics.Web.UI.GridBehavior)
Public Propertyid (Inherited from Infragistics.Web.UI.GridBehavior)
Public PropertyisInitialized (Inherited from Infragistics.Web.UI.GridBehavior)
Public PropertyisUpdating (Inherited from Infragistics.Web.UI.GridBehavior)
Public PropertynameGets the name of the behavior. (Inherited from Infragistics.Web.UI.GridBehavior)
Public Methods
 NameDescription
Public MethodbeginUpdate (Inherited from Infragistics.Web.UI.GridBehavior)
Public MethodcopyCopies selected cells into clipboard.  
Public MethodcutPlaces currently active or selected cells into clipboard and removes the cell values from the grid by assiggning null. Numeric columns convert null into 0.  
Public MethoddisposeCalled by the framework whe the object is being disposed of.  
Public MethodendUpdate (Inherited from Infragistics.Web.UI.GridBehavior)
Public MethodgetEditingOnGets flag which represents current editing behavior in progress with option to exit edit mode. (Inherited from Infragistics.Web.UI.GridBehavior)
Public Methodinitialize (Inherited from Infragistics.Web.UI.GridBehavior)
Public MethodpastePastes clipboard content into the grid starting from either active or passed in cell. The grid attempts to cast pasted values to each column's type; it is possible that strings will be converted to 0 and dates of unmatched format to null. If the clipboard contains more than one cell of data this cell is used as the left top cell of pasted data. Pasting a single cell value into several selected cells will replicate this value into each selected cell in the grid. If no actvive cell nor the parameter are defined, data is pasted from the first cell of the first row.  
Public MethodraisePropertyChanged (Inherited from Infragistics.Web.UI.GridBehavior)
Public Methodupdated (Inherited from Infragistics.Web.UI.GridBehavior)
Public Events
See Also