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

RoundPanelHeaderTemplateContainer(ASPxRoundPanel) Constructor

Initializes a new instance of the RoundPanelHeaderTemplateContainer class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public RoundPanelHeaderTemplateContainer(
    ASPxRoundPanel panel
)

Parameters

Name Type Description
panel ASPxRoundPanel

A ASPxRoundPanel object that represents the round panel which the current object belongs to. This value is assigned to the RoundPanelHeaderTemplateContainer.RoundPanel property.

See Also