Skip to main content

ASPxSpreadsheet.SettingsDialogForm Property

OBSOLETE

Use the SettingsDialogs property instead

Provides access to the settings that relate to customization of dialog form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[Obsolete("Use the SettingsDialogs property instead", true)]
public SpreadsheetDialogFormSettings SettingsDialogForm { get; }

Property Value

Type Description
SpreadsheetDialogFormSettings

SpreadsheetDialogFormSettings

Remarks

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

See Also