PanelImages Class
In This Article
Contains the settings that define images displayed within the ASPxPanel’s visual elements.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class PanelImages :
ImagesBase
#Related API Members
The following members return PanelImages objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Panel |
#Remarks
The PanelImages object provides a number of properties that allow you to assign images to various elements within the ASPxPanel. These properties can be accessed using the ASPxPanel.Images property.
#Inheritance
See Also