Skip to main content
Tab

FormLayoutStyles Class

Contains settings that allow the appearance of elements used within ASPxFormLayout to be defined.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FormLayoutStyles :
    StylesBase

The following members return FormLayoutStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxFormLayout.Styles
FormLayoutProperties.Styles
ASP.NET MVC Extensions FormLayoutSettings<ModelType>.Styles

Remarks

These settings can be accessed using the ASPxFormLayout.Styles property.

Implements

Inheritance

See Also