Back to Devexpress

ASPxRoundPanel.View Property

aspnet-devexpress-dot-web-dot-aspxroundpanel-93b6d51e.md

latest1.5 KB
Original Source

ASPxRoundPanel.View Property

Gets or sets the RoundPanel’s external appearance.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(typeof(View), "Standard")]
public View View { get; set; }
vb
<DefaultValue(GetType(View), "Standard")>
Public Property View As View

Property Value

TypeDefaultDescription
View"Standard"

A View enumeration value.

|

Available values:

NameDescription
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

RoundPanel

ASPxRoundPanel Class

ASPxRoundPanel Members

DevExpress.Web Namespace