Skip to main content
Tab

LayoutGroupBoxStyle Class

Defines style settings for the layout group box.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutGroupBoxStyle :
    AppearanceStyleBase

The following members return LayoutGroupBoxStyle objects:

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