Back to Devexpress

RoundPanelParts Class

aspnet-devexpress-dot-web-173b62bf.md

latest1.8 KB
Original Source

RoundPanelParts Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RoundPanelParts :
    PropertiesBase,
    IPropertiesOwner
vb
Public Class RoundPanelParts
    Inherits PropertiesBase
    Implements IPropertiesOwner

The following members return RoundPanelParts objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxRoundPanel.Parts
ASP.NET MVC ExtensionsRoundPanelSettings.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.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase RoundPanelParts

See Also

RoundPanelParts Members

RoundPanel

DevExpress.Web Namespace