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

RoundPanelSettings.View Property

Gets or sets the RoundPanel’s external appearance.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public View View { get; set; }

Property Value

Type Description
View

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

See Also