ASPxSpreadsheet.SettingsDialogForm Property
In This Article
OBSOLETE
Use the Settings
Provides access to the settings that relate to customization of dialog form elements.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
[Obsolete("Use the SettingsDialogs property instead", true)]
public SpreadsheetDialogFormSettings SettingsDialogForm { get; }
#Property Value
Type | Description |
---|---|
Spreadsheet |
#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