Back to Devexpress

BootstrapCardViewFormLayoutProperties Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3d671fb0.md

latest2.2 KB
Original Source

BootstrapCardViewFormLayoutProperties Class

Contains settings that relate to the Form Layout used in the Card View’s edit form.

Namespace : DevExpress.Web.Bootstrap

Assembly : DevExpress.Web.Bootstrap.v25.2.dll

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewFormLayoutProperties :
    CardViewFormLayoutProperties,
    IBootstrapFormLayoutProperties
vb
Public Class BootstrapCardViewFormLayoutProperties
    Inherits CardViewFormLayoutProperties
    Implements IBootstrapFormLayoutProperties

The following members return BootstrapCardViewFormLayoutProperties objects:

Remarks

A BootstrapCardViewFormLayoutProperties instance can be accessed using the CardView.EditFormLayoutProperties property.

Inheritance

Object StateManager PropertiesBase FormLayoutProperties GridFormLayoutProperties CardViewFormLayoutProperties BootstrapCardViewFormLayoutProperties

See Also

BootstrapCardViewFormLayoutProperties Members

Card View

DevExpress.Web.Bootstrap Namespace