ASPxCollapsiblePanel.ImageFolder Property
In This Article
OBSOLETE
Use the Images.
Gets or sets the path to the folder that contains images used by the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue("")]
[Obsolete("Use the Images.ImageFolder property instead.")]
public string ImageFolder { get; set; }
#Property Value
Type | Default |
---|---|
String | String. |
See Also