Back to Devexpress

GridFormLayoutProperties Class

aspnet-devexpress-dot-web-ff27c03e.md

latest2.1 KB
Original Source

GridFormLayoutProperties 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 abstract class GridFormLayoutProperties :
    FormLayoutProperties,
    IFormLayoutOwner
vb
Public MustInherit Class GridFormLayoutProperties
    Inherits FormLayoutProperties
    Implements IFormLayoutOwner

Implements

IStateManager

IPropertiesOwner

Inheritance

Show 12 items

Object StateManager PropertiesBase FormLayoutProperties GridFormLayoutProperties CardViewFormLayoutProperties

GridViewFormLayoutProperties

BootstrapGridViewFormLayoutProperties

BootstrapCardViewFormLayoutProperties

MVCxGridViewFormLayoutProperties<ModelType>

MVCxGridViewFormLayoutProperties

MVCxCardViewFormLayoutProperties

See Also

GridFormLayoutProperties Members

DevExpress.Web Namespace