Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public class BootstrapCardViewFormLayoutProperties :
    CardViewFormLayoutProperties,
    IBootstrapFormLayoutProperties

The following members return BootstrapCardViewFormLayoutProperties objects:

Remarks

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

See Also