ASPxRoundPanel.View Property
Gets or sets the RoundPanel’s external appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| View | "Standard" | A View enumeration value. |
Available values:
| Name | Description |
|---|---|
| Standard | A round panel appears in the standard manner. |
| GroupBox | A round panel looks like a group box. |
Remarks

Note that the client ASPxClientRoundPanel.PerformCallback method is not in effect when the ASPxRoundPanel.View property is set to GroupBox.
See Also