Back to Devexpress

FormLayoutStyles Class

aspnet-devexpress-dot-web-de9e3353.md

latest1.6 KB
Original Source

FormLayoutStyles Class

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FormLayoutStyles :
    StylesBase
vb
Public Class FormLayoutStyles
    Inherits StylesBase

The following members return FormLayoutStyles objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxFormLayout.Styles
FormLayoutProperties.Styles
ASP.NET MVC ExtensionsFormLayoutSettings<ModelType>.Styles

Remarks

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

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase StylesBase FormLayoutStyles

See Also

FormLayoutStyles Members

DevExpress.Web Namespace