Back to Devexpress

SpreadsheetInsertPictureDialogSettings Class

aspnet-devexpress-dot-web-dot-aspxspreadsheet-94265f1b.md

latest2.5 KB
Original Source

SpreadsheetInsertPictureDialogSettings Class

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

Namespace : DevExpress.Web.ASPxSpreadsheet

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

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public class SpreadsheetInsertPictureDialogSettings :
    ASPxSpreadsheetSettingsBase
vb
Public Class SpreadsheetInsertPictureDialogSettings
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxSpreadsheetSettingsBase SpreadsheetInsertPictureDialogSettings

See Also

SpreadsheetInsertPictureDialogSettings Members

DevExpress.Web.ASPxSpreadsheet Namespace