GroupBoxHeaderStyle Class
In This Article
Contains style settings that define the appearance of the round panel’s header when the control looks like a group box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class GroupBoxHeaderStyle :
HeaderStyleBase
#Related API Members
The following members return GroupBoxHeaderStyle objects:
#Remarks
An object of the GroupBoxHeaderStyle type can be accessed via the RoundPanelStyles.GroupBoxHeader property.
#Inheritance
See Also