Skip to main content
All docs
V26.1
  • SpreadsheetFormatCellsDialogSettings.SampleUpdateMode Property

    Specifies the update mode of the Format Cells dialog’s Sample section.

    Namespace: DevExpress.Web.ASPxSpreadsheet

    Assembly: DevExpress.Web.ASPxSpreadsheet.v26.1.dll

    Declaration

    [DefaultValue(FormatCellsSampleUpdateMode.Auto)]
    public FormatCellsSampleUpdateMode SampleUpdateMode { get; set; }

    Property Value

    Type Default Description
    FormatCellsSampleUpdateMode Auto

    The sample update mode.

    Available values:

    Name Description
    Auto

    Equals Disable for ASP.NET Core applications and web applications on Azure; otherwise equals Enable.

    Disable

    The Sample section is not updated when a currency symbol or location is changed.

    Enable

    The Sample section is always updated.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to SampleUpdateMode
    SpreadsheetDialogSettings
    .FormatCellsDialog .SampleUpdateMode
    See Also