Skip to main content
Tab

PanelPart Class

Contains the part settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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