Skip to main content
Tab

RoundPanelHeaderContentTemplateContainer(ASPxRoundPanel) Constructor

Initializes a new instance of the RoundPanelHeaderContentTemplateContainer class for the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public RoundPanelHeaderContentTemplateContainer(
    ASPxRoundPanel panel
)

Parameters

Name Type Description
panel ASPxRoundPanel

An ASPxRoundPanel control that owns the current object.

See Also