SpreadsheetFormatCellsDialogSettings.SampleUpdateMode Property
In This Article
Specifies the update mode of the Format Cells dialog’s Sample section.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
[DefaultValue(FormatCellsSampleUpdateMode.Auto)]
public FormatCellsSampleUpdateMode SampleUpdateMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Format |
Auto | The sample update mode. |
Available values:
Name | Description |
---|---|
Auto | Equals Disable for ASP. |
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 Sample |
---|---|
Spreadsheet |
|
See Also