ASPxSpreadsheet.SettingsDialogForm Property
Obsolete. Provides access to the settings that relate to customization of dialog form elements.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v19.2.dll
Declaration
[Obsolete("Use the SettingsDialogs property instead", true)]
public SpreadsheetDialogFormSettings SettingsDialogForm { get; }
<Obsolete("Use the SettingsDialogs property instead", True)>
Public ReadOnly Property SettingsDialogForm As SpreadsheetDialogFormSettings
Property Value
The SettingsDialogForm property provides access to settings that allow you to customize the availability of elements in the built-in dialog forms.
See Also