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

View Enum

Specifies the ASPxRoundPanel‘s external view.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum View

Members

Name Description
Standard

A round panel appears in the standard manner.

GroupBox

A round panel looks like a group box.

Related API Members

The following properties accept/return View values:

Remarks

The values listed in this enumerator are used to set the ASPxRoundPanel.View property.

See Also