MergedCellEditMode Enum
In This Article
Lists modes that allow users to edit merged cells.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Default
|
Similar to |
Disabled
|
The grid does not highlight the focused merged cell and does not allow users to edit merged cells. |
Focused
|
Users can focus a cell within the merged batch and edit this cell. |
Visible
|
When a user edits a focused merged cell, all cells in the merged batch and visible on screen are modified. |
#Related API Members
The following properties accept/return MergedCellEditMode values:
See Also