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

PanelPart Class

Contains the part settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class PanelPart :
    PropertiesBase,
    IPropertiesOwner

The following members return PanelPart objects:

Remarks

The ASPxRoundPanel control consists of various parts (e.g. header corners, content area, panel edges, etc.). The PanelPart provides settings that allow the panel’s visual appearance to be customized by replacing its corners and edges with appropriate images (PanelPart.BackgroundImage) or color fills (PanelPart.BackColor).

Inheritance

See Also