Skip to main content
Tab

PanelImages Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class PanelImages :
    ImagesBase

The following members return PanelImages objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxPanel.Images
ASP.NET MVC Extensions PanelSettings.Images

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