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

MVCxCardViewFormLayoutProperties Class

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v18.1.dll

Declaration

public class MVCxCardViewFormLayoutProperties :
    CardViewFormLayoutProperties

The following members accept/return MVCxCardViewFormLayoutProperties objects:

Remarks

A MVCxCardViewFormLayoutProperties instance can be accessed via the CardViewSettings.EditFormLayoutProperties property.

Implements

See Also