ASPxClientGridViewClipboardCellPastingEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new instance of the ASPx |
#Properties
Name | Description |
---|---|
cancel |
Specifies whether to cancel the related action (for example, row edit, export).
Inherited from ASPx |
cell |
Obtains information about the processed cell. |
new |
Gets the new text of the processed cell. |
new |
Specifies the new value of the processed cell. |
old |
Gets the old text of the processed cell. |
old |
Gets the old value of the processed cell. |
See Also