ClipboardOptions Class
In This Article
Provides base properties that manage copy/paste operations from/to Data Grid and Tree List controls.
Namespace: DevExpress.Export
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public class ClipboardOptions :
BaseOptions
#Remarks
Settings provided by the ClipboardOptions class can be accessed using the following properties:
- WinForms Data Grid: GridView.OptionsClipboard
- WinForms Tree List: TreeList.OptionsClipboard
#Inheritance
See Also