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

DocumentOptions.Compatibility Property

Provides access to options designed to ensure compatibility with previous Spreadsheet versions.

Namespace: DevExpress.Spreadsheet

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

Declaration

public SpreadsheetCompatibilityOptions Compatibility { get; }

Property Value

Type Description
SpreadsheetCompatibilityOptions

An object that contains compatibility settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to Compatibility
ISpreadsheetComponent
.Options .Compatibility

Remarks

Use the Workbook.Options.Compatibility or SpreadsheetControl.Options.Compatibility notation to access SpreadsheetCompatibilityOptions.

See Also