Skip to main content
All docs
V25.1
  • WorkbookLocalizationOptions Class

    Contains localization options for a workbook.

    Namespace: DevExpress.XtraSpreadsheet

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

    NuGet Package: DevExpress.Spreadsheet.Core

    Declaration

    public class WorkbookLocalizationOptions :
        SpreadsheetNotificationOptions

    The following members return WorkbookLocalizationOptions objects:

    Remarks

    This class contains the following properties:

    FunctionNameCulture
    Specifies whether to localize function names in a workbook.
    LocalizeBooleanValues
    Specifies whether to localize TRUE and FALSE values in a workbook.

    Inheritance

    Object
    ViewStatePersisterCore
    BaseOptions
    DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions
    WorkbookLocalizationOptions
    See Also