ASPxCardViewEditingSettings.Mode Property
Gets or sets a value that specifies the ASPxCardView’s editing mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(CardViewEditingMode.EditForm)]
public CardViewEditingMode Mode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Card |
Edit |
A Card |
Available values:
Name | Description |
---|---|
Edit |
Cell values are edited via the card edit form. |
Popup |
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 Type | Path to Mode |
---|---|
ASPx |
|
#Remarks
End-users can edit cell values via the edit form. Use the Mode property to specify the desired editing mode.