Skip to main content
Tab

ASPxTitleIndex.ImageFolder Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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 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 remain the default.

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

See Also