Back to Devexpress

DocumentOptions.Clipboard Property

officefileapi-devexpress-dot-spreadsheet-dot-documentoptions-65275b25.md

latest1.6 KB
Original Source

DocumentOptions.Clipboard Property

Provides access to options for clipboard operations.

Namespace : DevExpress.Spreadsheet

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public SpreadsheetClipboardOptions Clipboard { get; }
vb
Public ReadOnly Property Clipboard As SpreadsheetClipboardOptions

Property Value

TypeDescription
SpreadsheetClipboardOptions

A SpreadsheetClipboardOptions object containing options.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Clipboard
ISpreadsheetComponent

.Options .Clipboard

|

Remarks

Use the SpreadsheetControl.Options.Clipboard notation to get access to this property.

See Also

DocumentOptions Class

DocumentOptions Members

DevExpress.Spreadsheet Namespace