Skip to main content
Tab

LayoutGroupStyle Class

Defines style settings for the layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class LayoutGroupStyle :
    AppearanceStyleBase

The following members return LayoutGroupStyle objects:

Remarks

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

An object of the LayoutGroupStyle type can be accessed via the FormLayoutStyles.LayoutGroup property.

See Also