aspnet-devexpress-dot-web-dot-aspxcardvieweditingsettings.md
Gets or sets a value that specifies the ASPxCardView’s editing mode.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue(CardViewEditingMode.EditForm)]
public CardViewEditingMode Mode { get; set; }
<DefaultValue(CardViewEditingMode.EditForm)>
Public Property Mode As CardViewEditingMode
| Type | Default | Description |
|---|---|---|
| CardViewEditingMode | EditForm |
A CardViewEditingMode enumeration value that specifies the ASPxCardView’s editing mode.
|
Available values:
| Name | Description |
|---|---|
| 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.
|
You can access this nested property as listed below:
| Object Type | Path to Mode |
|---|---|
| ASPxCardView |
.SettingsEditing .Mode
|
End-users can edit cell values via the edit form. Use the Mode property to specify the desired editing mode.
See Also
ASPxCardViewEditingSettings Class