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

CardViewFormLayoutProperties Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public class CardViewFormLayoutProperties :
    GridFormLayoutProperties

The following members return CardViewFormLayoutProperties objects:

Remarks

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

See Also