Skip to main content

SpreadsheetDialogFormSettings.InsertPictureDialog Property

OBSOLETE

Use the SettingsDialogs.InsertPictureDialog property instead.

Provides access to customization settings for the Insert Picture dialog’s form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

[Obsolete("Use the SettingsDialogs.InsertPictureDialog property instead.")]
public SpreadsheetInsertPictureDialogSettings InsertPictureDialog { get; }

Property Value

Type Description
SpreadsheetInsertPictureDialogSettings

An SpreadsheetInsertPictureDialogSettings object that contains customization settings for form elements.

Remarks

The InsertPictureDialog property provides access to settings that allow you to customize the availability of elements within the Insert Picture dialog form.

See Also