Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MergedCellEditMode Enum

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

public enum MergedCellEditMode

#Members

Name Description
Default

Similar to Disabled.

Disabled

The grid does not highlight the focused merged cell and does not allow users to edit merged cells.

FocusedCell

Users can focus a cell within the merged batch and edit this cell.

VisibleCells

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