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

SpreadsheetFormsSettings.InsertPictureFormPath Property

OBSOLETE

This property is not used any longer.

Gets or sets the path to a UserControl (an .ascx file) that is the customizable version of the built-in Insert Picture dialog.

Namespace: DevExpress.Web.ASPxSpreadsheet

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

Declaration

[DefaultValue("")]
[Obsolete("This property is not used any longer.")]
public string InsertPictureFormPath { get; set; }

Property Value

Type Default Description
String String.Empty

A String value specifying the file name and path to a UserControl file that is a customizable Insert Picture dialog.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to InsertPictureFormPath
ASP.NET Controls and MVC Extensions ASPxSpreadsheet
.SettingsForms.InsertPictureFormPath
MVCxSpreadsheet
.SettingsForms.InsertPictureFormPath
ASP.NET Bootstrap Controls BootstrapSpreadsheet
.SettingsForms.InsertPictureFormPath

Remarks

At design time, you can use the InsertPictureFormPath property’s editor to simplify selecting a UserControl file within your web project. To invoke the property editor, click the corresponding ellipsis button.

Note

Use this property, and any other SpreadsheetFormsSettings property, to refer to customizable versions of built-in dialogs. You can re-use the same dialog form throughout all ASPxSpreadsheet controls used in your project, by assigning the same form path to any InsertPictureFormPath property.

See Also