Skip to main content
Tab

View Enum

Specifies the ASPxRoundPanel‘s external view.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

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:

Library Related API Members
ASP.NET Web Forms Controls ASPxRoundPanel.View
ASP.NET MVC Extensions RoundPanelSettings.View

Remarks

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

See Also