ASPxRoundPanel.GroupBoxHeaderStyle Property
In This Article
Gets the header’s style settings when a round panel looks like a group box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GroupBoxHeaderStyle GroupBoxHeaderStyle { get; }
#Property Value
Type | Description |
---|---|
Group |
A Group |
#Remarks
The GroupBoxHeaderStyle property is in effect if the ASPxRoundPanel.View property is set to View.GroupBox.
See Also