Click or drag to resize
MergeCellsMode Enumeration
Values that turn on or off the calculation of merge cells in the grid.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[FlagsAttribute]
public enum MergeCellsMode
Members
  Member nameValueDescription
Disable0 Disable mode.
DelayEval1 Delay evaluation of merge cells.
EvalOnDisplay2 Always reevaluate merge cells before they are displayed.
HorizontalOnly4 Cells can only be merged horizontally.
VerticalOnly8 Cells can only be merged vertically.
MergeOverHidden16 Skip hidden rows and columns when merging cells.
Remarks
Disable, DelayEval and EvalOnDisplay can be combined with an or with HorizontalOnly or VerticalOnly.
See Also