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

PanelImages Class

Contains the settings that define images displayed within the ASPxPanel’s visual elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class PanelImages :
    ImagesBase

The following members return PanelImages objects:

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.

See Also