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.v24.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