Skip to main content

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

MoveActiveCellModeOnEnterPress Enum

Lists values that specify how to move an active cell on an ENTER key press.

Namespace: DevExpress.XtraSpreadsheet

Assembly: DevExpress.Spreadsheet.v24.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

public enum MoveActiveCellModeOnEnterPress

#Members

Name Description
None

An active cell does not move on an ENTER or a SHIFT+ENTER press.

Down

An active cell moves one cell down on an ENTER press, and one cell up on a SHIFT+ENTER press.

Right

An active cell moves one cell to the right on an ENTER press, and one cell to the left on a SHIFT+ENTER press.

Up

An active cell moves one cell up on an ENTER press, and one cell down on a SHIFT+ENTER press.

Left

An active cell moves one cell to the left on an ENTER press, and one cell to the right on a SHIFT+ENTER press.

#Related API Members

The following properties accept/return MoveActiveCellModeOnEnterPress values:

Library Related API Members
WPF Controls SpreadsheetSelectionBehaviorOptions.MoveActiveCellMode
Office File API SpreadsheetSelectionOptions.MoveActiveCellMode

#Remarks

The MoveActiveCellModeOnEnterPress enumeration values are used by the SpreadsheetSelectionOptions.MoveActiveCellMode and SpreadsheetSelectionBehaviorOptions.MoveActiveCellMode properties, accessible via SpreadsheetControl.Options.Behavior.Selection.MoveActiveCellMode notation.

See Also