ASPxRoundPanel.View Property
Gets or sets the RoundPanel’s external appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.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. |
Group |
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.