Skip to main content
Tab

RoundPanelParts Class

Contains the settings that define the appearance of different round panel parts.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class RoundPanelParts :
    PropertiesBase,
    IPropertiesOwner

The following members return RoundPanelParts objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxRoundPanel.Parts
ASP.NET MVC Extensions RoundPanelSettings.Parts

#Remarks

The ASPxRoundPanel control consists of various parts (e.g. header corners, content area, panel edges, etc.). The RoundPanelParts implements properties which provide access to the settings of different panel parts.

#Inheritance

See Also