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

ASPxCollapsiblePanel.ImageFolder Property

OBSOLETE

Use the Images.ImageFolder property instead.

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue("")]
[Obsolete("Use the Images.ImageFolder property instead.")]
public string ImageFolder { get; set; }

Property Value

Type Default
String String.Empty
See Also