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

LayoutGroupStyle Class

Defines style settings for the layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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