ASPxCardView.EditFormLayoutProperties Property
In This Article
Provides access to the settings allowing you to customize the edit form layout.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public CardViewFormLayoutProperties EditFormLayoutProperties { get; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
null | A Card |
#Remarks
Use the EditFormLayoutProperties property to access and customize the card edit form‘s settings.
See Also