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

CardViewEditingMode Enum

Lists values that specify the ASPxCardView’s editing mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum CardViewEditingMode

Members

Name Description
EditForm

Cell values are edited via the card edit form.

ASPxCardView_EditForm_Field

PopupEditForm

Cell values are edited via the popup edit form.

ASPxCardView_PopupEditFormField

Batch

Cell values are edited in the in-line editors. The changes are sent to the server only on an update (‘Save changes’) button click.

Note - the Batch Edit mode has limitations. To learn more, see the Batch Edit Mode topic.

ASPxCardView_BatchEditMode

Related API Members

The following properties accept/return CardViewEditingMode values:

Remarks

The values listed by this enumeration are used to set the ASPxCardViewEditingSettings.Mode property’s value.

See Also