Skip to main content
Row

DocumentOptions.DocumentCapabilities Property

Provides access to an object used to specify document restrictions.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public WorkbookCapabilitiesOptions DocumentCapabilities { get; }

Property Value

Type Description
WorkbookCapabilitiesOptions

A WorkbookCapabilitiesOptions class instance that provides access to various document restrictions.

Property Paths

You can access this nested property as listed below:

Object Type Path to DocumentCapabilities
ISpreadsheetComponent
.Options .DocumentCapabilities
See Also