Skip to main content
Tab

GroupBoxHeaderStyle Class

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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class GroupBoxHeaderStyle :
    HeaderStyleBase

The following members return GroupBoxHeaderStyle objects:

Remarks

An object of the GroupBoxHeaderStyle type can be accessed via the RoundPanelStyles.GroupBoxHeader property.

See Also