Skip to main content
A newer version of this page is available. .

SpreadsheetControl.Clipboard Property

Provides access to the object used for working with the system clipboard.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Spreadsheet, DevExpress.Wpf.Spreadsheet

Declaration

public IClipboardManager Clipboard { get; }

Property Value

Type Description
IClipboardManager

An object implementing the IClipboardManager interface.

Remarks

;

See Also