CardViewFormLayoutProperties Class
In This Article
Contains settings that relate to the FormLayout used in the CardView’s edit form.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class CardViewFormLayoutProperties :
GridFormLayoutProperties
#Related API Members
The following members return CardViewFormLayoutProperties objects:
#Remarks
A CardViewFormLayoutProperties instance can be accessed via the ASPxCardView.EditFormLayoutProperties property.
#Inheritance
See Also