Skip to main content

SpreadsheetControl.Clipboard Property

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

Namespace: DevExpress.Xpf.Spreadsheet

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

NuGet Package: DevExpress.Wpf.Spreadsheet

Declaration

public IClipboardManager Clipboard { get; }

Property Value

Type Description
IClipboardManager

An object implementing the IClipboardManager interface.

Remarks

;

See Also