Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewFormLayoutProperties :
    CardViewFormLayoutProperties,
    IBootstrapFormLayoutProperties

The following members return BootstrapCardViewFormLayoutProperties objects:

Remarks

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

See Also