Back to Devexpress

GroupBoxHeaderStyle Class

aspnet-devexpress-dot-web-a0318e09.md

latest2.1 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
public class GroupBoxHeaderStyle :
    HeaderStyleBase
vb
Public Class GroupBoxHeaderStyle
    Inherits HeaderStyleBase

The following members return GroupBoxHeaderStyle objects:

Remarks

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

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle HeaderStyleBase GroupBoxHeaderStyle

See Also

GroupBoxHeaderStyle Members

RoundPanel

DevExpress.Web Namespace