Back to Devexpress

ASPxCardViewEditingSettings.Mode Property

aspnet-devexpress-dot-web-dot-aspxcardvieweditingsettings.md

latest2.6 KB
Original Source

ASPxCardViewEditingSettings.Mode Property

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

Declaration

csharp
[DefaultValue(CardViewEditingMode.EditForm)]
public CardViewEditingMode Mode { get; set; }
vb
<DefaultValue(CardViewEditingMode.EditForm)>
Public Property Mode As CardViewEditingMode

Property Value

TypeDefaultDescription
CardViewEditingModeEditForm

A CardViewEditingMode enumeration value that specifies the ASPxCardView’s editing mode.

|

Available values:

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.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to Mode
ASPxCardView

.SettingsEditing .Mode

|

Remarks

End-users can edit cell values via the edit form. Use the Mode property to specify the desired editing mode.

See Also

Card View

ASPxCardViewEditingSettings Class

ASPxCardViewEditingSettings Members

DevExpress.Web Namespace