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

SpreadsheetControlOptions.DocumentCapabilities Property

Provides access to an object used to specify document restrictions. This is a dependency property.

Namespace: DevExpress.Xpf.Spreadsheet

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

Declaration

public SpreadsheetCapabilitiesOptions DocumentCapabilities { get; set; }

Property Value

Type Description
SpreadsheetCapabilitiesOptions

A SpreadsheetCapabilitiesOptions 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
SpreadsheetControl
.Options.DocumentCapabilities
See Also