Skip to main content
A newer version of this page is available. .
Tab

LayoutGroupBoxStyle Class

Defines style settings for the layout group box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public class LayoutGroupBoxStyle :
    AppearanceStyleBase

The following members return LayoutGroupBoxStyle objects:

Library Related API Members
ASP.NET Bootstrap Controls BootstrapCardViewLayoutGroup.GroupBoxStyle
BootstrapGridViewLayoutGroup.GroupBoxStyle
BootstrapLayoutGroup.GroupBoxStyle
ASP.NET Web Forms Controls FormLayoutStyles.LayoutGroupBox
LayoutGroup.GroupBoxStyle

Remarks

The LayoutGroupBoxStyle class contains settings that define the appearance of the layout group box within the ASPxFormLayout control.

An object of the LayoutGroupBoxStyle type can be accessed via the LayoutGroup.GroupBoxStyle property.

See Also