SpreadsheetControl.Clipboard Property
In This Article
Provides access to the object used for working with the system clipboard.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
public IClipboardManager Clipboard { get; }
#Property Value
Type | Description |
---|---|
IClipboard |
An object implementing the IClipboard |
#Remarks
;
See Also