Back to Devexpress

CardViewFormLayoutProperties Class

aspnet-devexpress-dot-web-b0954289.md

latest2.0 KB
Original Source

CardViewFormLayoutProperties Class

Contains settings that relate to the FormLayout used in the CardView’s edit form.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewFormLayoutProperties :
    GridFormLayoutProperties
vb
Public Class CardViewFormLayoutProperties
    Inherits GridFormLayoutProperties

The following members return CardViewFormLayoutProperties objects:

Remarks

A CardViewFormLayoutProperties instance can be accessed via the ASPxCardView.EditFormLayoutProperties property.

Implements

IStateManager

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase FormLayoutProperties GridFormLayoutProperties CardViewFormLayoutProperties BootstrapCardViewFormLayoutProperties

MVCxCardViewFormLayoutProperties

See Also

CardViewFormLayoutProperties Members

DevExpress.Web Namespace