Skip to main content
Tab

FormLayoutStyle Class

Defines style settings for the ASPxFormLayout control.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FormLayoutStyle :
    AppearanceStyle

The following members return FormLayoutStyle objects:

Remarks

The FormLayoutStyle class contains settings that define the appearance of the ASPxFormLayout control.

An object of the FormLayoutStyle type can be accessed via the FormLayoutStyles.Style property.

See Also