Back to Devexpress

CardViewEditingMode Enum

aspnet-devexpress-dot-web-70f3b356.md

latest1.8 KB
Original Source

CardViewEditingMode Enum

Lists values that specify the ASPxCardView’s editing mode.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum CardViewEditingMode
vb
Public Enum CardViewEditingMode

Members

NameDescription
EditForm

Cell values are edited via the card edit form.

| | PopupEditForm |

Cell values are edited via the popup edit form.

| | 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.

|

The following properties accept/return CardViewEditingMode values:

See Also

Mode

Card View

DevExpress.Web Namespace