ASPxRoundPanel.GroupBoxHeaderStyle Property
Gets the header’s style settings when a round panel looks like a group box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
GroupBoxHeaderStyle | A GroupBoxHeaderStyle object that contains the header’s style settings. |
Remarks
The GroupBoxHeaderStyle property is in effect if the ASPxRoundPanel.View property is set to View.GroupBox.
See Also