ASPxCollapsiblePanel.ImageFolder Property
Obsolete. Gets or sets the path to the folder that contains images used by the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("")]
[Obsolete("Use the Images.ImageFolder property instead.")]
public string ImageFolder { get; set; }
<DefaultValue("")>
<Obsolete("Use the Images.ImageFolder property instead.")>
Public Property ImageFolder As String
Property Value
Type | Default |
---|---|
String |
See Also
Feedback