Skip to main content
Tab

ASPxRoundPanel.GroupBoxHeaderStyle Property

Gets the header’s style settings when a round panel looks like a group box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GroupBoxHeaderStyle GroupBoxHeaderStyle { get; }

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