Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Spreadsheet

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