ASPxSpellChecker.ImageFolder Property
Gets or sets the path to the folder that contains images used by the control.
Namespace: DevExpress.Web.ASPxSpellChecker
Assembly: DevExpress.Web.ASPxSpellChecker.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 the control. |
Remarks
The ImageFolder property specifies the location of the root path for all images displayed by the control’s elements. This property is helpful in applying a different look-and-feel to a control all at once. The control is pointed to another location of images. Image names should not be changed.
If the ImageFolder property is not set, default images stored as resource files are used.
See Also