Back to Devexpress

RoundPanelHeaderTemplateContainer Class

aspnet-devexpress-dot-web-f3304815.md

latest2.6 KB
Original Source

RoundPanelHeaderTemplateContainer Class

Represents a container for the templates that are used to render a round panel header.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class RoundPanelHeaderTemplateContainer :
    TemplateContainerBase
vb
Public Class RoundPanelHeaderTemplateContainer
    Inherits TemplateContainerBase

Remarks

The RoundPanelHeaderTemplateContainer class represents a container cell for the templates that are used to render a ASPxRoundPanel control’s header.

An object of the RoundPanelHeaderTemplateContainer type is automatically instantiated when a template of the ASPxRoundPanel.HeaderTemplate type is created.

Implements

IComponent

IDisposable

IParserAccessor

IUrlResolutionService

IDataBindingsAccessor

IControlBuilderAccessor

IControlDesignerAccessor

IExpressionsAccessor

IDataItemContainer

INamingContainer

Inheritance

Object Control TemplateContainerBase RoundPanelHeaderTemplateContainer

See Also

RoundPanelHeaderTemplateContainer Members

RoundPanel

DevExpress.Web Namespace