RoundPanelSettings.View Property
In This Article
Gets or sets the RoundPanel’s external appearance.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
View | A View enumeration value. |
Available values:
Name | Description |
---|---|
Standard | A round panel appears in the standard manner. |
Group |
A round panel looks like a group box. |
#Remarks
See Also