SpreadsheetInsertPictureDialogSettings Class
In This Article
Contains customization settings for the Insert Picture dialog’s form elements.
Namespace: DevExpress.Web.ASPxSpreadsheet
Assembly: DevExpress.Web.ASPxSpreadsheet.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public class SpreadsheetInsertPictureDialogSettings :
ASPxSpreadsheetSettingsBase
#Related API Members
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
Object
StateManager
PropertiesBase
ASPxSpreadsheetSettingsBase
SpreadsheetInsertPictureDialogSettings
See Also