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

SpreadsheetControlOptions.Clipboard Property

Provides access to options for clipboard operations. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

Assembly: DevExpress.Xpf.Spreadsheet.v19.1.dll

Declaration

public SpreadsheetClipboardOptions Clipboard { get; set; }

Property Value

Type
SpreadsheetClipboardOptions

Property Paths

You can access this nested property as listed below:

Object Type Path to Clipboard
SpreadsheetControl
.Options.Clipboard

Remarks

Use the SpreadsheetControl.Options.Clipboard notation to access SpreadsheetClipboardOptions.

See Also