Skip to main content
All docs
V26.1
  • Row

    DocumentOptions.Compatibility Property

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

    Namespace: DevExpress.Spreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    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