Skip to main content
A newer version of this page is available. .
Tab

ASPxRoundPanel.View Property

Gets or sets the RoundPanel’s external appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(typeof(View), "Standard")]
public View View { get; set; }

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

ASPxRoundPanel_View

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

See Also