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

ASPxCardViewPopupControlSettings.EditForm Property

Provides access to the popup edit form‘s settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public CardViewEditFormPopupSettings EditForm { get; }

Property Value

Type Description
CardViewEditFormPopupSettings

A CardViewEditFormPopupSettings object that contains the Edit Form’s settings.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to EditForm
ASP.NET Controls and MVC Extensions ASPxCardView
.SettingsPopup.EditForm
CardViewSettings
.SettingsPopup.EditForm
CardViewSettings<CardType>
.SettingsPopup.EditForm
MVCxCardView
.SettingsPopup.EditForm
ASP.NET Bootstrap Controls BootstrapCardView
.SettingsPopup.EditForm
See Also