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

ASPxSpreadsheet.SettingsDialogs Property

Gets settings concerning customization of dialog form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public SpreadsheetDialogSettings SettingsDialogs { get; }

Property Value

Type Description
SpreadsheetDialogSettings

A SpreadsheetDialogSettings object containing settings to customize dialog form elements.

Remarks

The SettingsDialogs property provides access to settings that allow you to customize the availability of elements within the built-in dialog forms.

See Also