Skip to main content
A newer version of this page is available. .

SpreadsheetDialogSettings.FormatCellsDialog Property

Provides access to customization settings for the Format Cells dialog‘s form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

Assembly: DevExpress.Web.ASPxSpreadsheet.v19.2.dll

Declaration

public SpreadsheetFormatCellsDialogSettings FormatCellsDialog { get; }

Property Value

Type Description
SpreadsheetFormatCellsDialogSettings

An object that contains customization settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to FormatCellsDialog
ASP.NET Controls and MVC Extensions ASPxSpreadsheet
.SettingsDialogs.FormatCellsDialog
MVCxSpreadsheet
.SettingsDialogs.FormatCellsDialog
SpreadsheetSettings
.SettingsDialogs.FormatCellsDialog
ASP.NET Bootstrap Controls BootstrapSpreadsheet
.SettingsDialogs.FormatCellsDialog
See Also