Back to Devexpress

FormLayoutProperties Class

aspnet-devexpress-dot-web-ec6b286f.md

latest2.6 KB
Original Source

FormLayoutProperties Class

Serves as a base for classes that contain settings related to the FormLayout used in the edit form of grid-like controls.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FormLayoutProperties :
    PropertiesBase,
    ISkinOwner,
    IPropertiesOwner,
    IDesignTimePropertiesOwner
vb
Public Class FormLayoutProperties
    Inherits PropertiesBase
    Implements ISkinOwner,
               IPropertiesOwner,
               IDesignTimePropertiesOwner

The following members return FormLayoutProperties objects:

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 13 items

Object StateManager PropertiesBase FormLayoutProperties GridFormLayoutProperties

CardViewFormLayoutProperties

GridViewFormLayoutProperties

BootstrapGridViewFormLayoutProperties

BootstrapCardViewFormLayoutProperties

BootstrapFormLayoutProperties

MVCxGridViewFormLayoutProperties<ModelType>

MVCxGridViewFormLayoutProperties

MVCxCardViewFormLayoutProperties

See Also

FormLayoutProperties Members

DevExpress.Web Namespace