ASPxEdit.ImageFolder Property
Gets or sets the path to the folder that contains images used by an editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.