Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

WorkbookCapabilitiesOptions Class

Provides various options which can be specified for the document loaded in the SpreadsheetControl.

Namespace: DevExpress.XtraSpreadsheet

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

Declaration

[ComVisible(true)]
public class WorkbookCapabilitiesOptions :
    SpreadsheetNotificationOptions,
    ISupportsCopyFrom<WorkbookCapabilitiesOptions>

Remarks

An instance of the WorkbookCapabilitiesOptions class is accessible via the DocumentOptions.DocumentCapabilities property.

Inheritance

Object
ViewStatePersisterCore
BaseOptions
DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
WorkbookCapabilitiesOptions
See Also