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

ASPxEdit.ImageFolder Property

Gets or sets the path to the folder that contains images used by an editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
public string ImageFolder { get; set; }

Property Value

Type Default Description
String String.Empty

A string value specifying the root path of all the images used by an editor.

Remarks

The ImageFolder property specifies the location of the root path for all images displayed by an editor’s different elements. This property is useful when it is necessary to apply a different look-and-feel to an editor in one action. Using the ImageFolder property, the editor is pointed to another location of images. Image names should not be changed, and remain the default.

If the ImageFolder property is not set, default images stored as resource files are used.

See Also