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.v20.2.dll

NuGet Package: DevExpress.Web.Office

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
ASP.NET Bootstrap Controls BootstrapSpreadsheet
.SettingsDialogs .FormatCellsDialog
ASP.NET MVC Extensions MVCxSpreadsheet
.SettingsDialogs .FormatCellsDialog
SpreadsheetSettings
.SettingsDialogs .FormatCellsDialog
See Also