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

ASPxCardView.EditFormLayoutProperties Property

Provides access to the settings allowing you to customize the edit form layout.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public CardViewFormLayoutProperties EditFormLayoutProperties { get; }

Property Value

Type Default Description
CardViewFormLayoutProperties *null*

A CardViewFormLayoutProperties object that contains the edit form layout settings.

Remarks

Use the EditFormLayoutProperties property to access and customize the card edit form‘s settings.

See Also