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

SpreadsheetInsertPictureDialogSettings Class

Contains customization settings for the Insert Picture dialog’s form elements.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

NuGet Package: DevExpress.Web.Office

Declaration

public class SpreadsheetInsertPictureDialogSettings :
    ASPxSpreadsheetSettingsBase

The following members return SpreadsheetInsertPictureDialogSettings objects:

Remarks

The SpreadsheetInsertPictureDialogSettings class contains settings that allow you to customize the availability of elements within the Insert Picture dialog form.

An instance of the SpreadsheetInsertPictureDialogSettings class can be accessed using the SpreadsheetDialogSettings.InsertPictureDialog property available via the ASPxSpreadsheet.SettingsDialogs property.

Inheritance

See Also