CardViewBatchEditMode Enum
Lists values that specify which control element is switched to edit mode (used to edit the grid data) in batch edit mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Cell
|
A cell is switched to edit mode in batch edit mode. |
Card
|
A card is switched to edit mode in batch edit mode. |
Related API Members
The following properties accept/return CardViewBatchEditMode values:
See Also