Back to Devexpress

View Enum

aspnet-devexpress-dot-web-21ff79bc.md

latest1.3 KB
Original Source

View Enum

Specifies the ASPxRoundPanel‘s external view.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum View
vb
Public Enum View

Members

NameDescription
Standard

A round panel appears in the standard manner.

| | GroupBox |

A round panel looks like a group box.

|

The following properties accept/return View values:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxRoundPanel.View
ASP.NET MVC ExtensionsRoundPanelSettings.View

Remarks

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

See Also

RoundPanel

DevExpress.Web Namespace