Skip to main content
Tab

RoundPanelHeaderTemplateContainer.RoundPanel Property

Gets a round panel for which header the template’s content is being rendered.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxRoundPanel RoundPanel { get; }

Property Value

Type Description
ASPxRoundPanel

An ASPxRoundPanel object that represents the round panel.

See Also