ASPxDocumentViewer.ImageFolder Property
Specifies the path to the folder that contains images used by the control.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A String value, specifying the root path of all the images used by the control. |
Remarks
The ImageFolder property specifies the location of the root path for all images displayed by the control’s different elements. This property is useful when it is necessary to apply a different look-and-feel to a control in one action. Using the ImageFolder property, the control is pointed to another location of images. Image names should not be changed, and should remain the default.
If the ImageFolder property is not set, default images stored as resource files are used.