GridEnterKeyModes Enumeration

Identifies the behaviors of the Enter key when pressed in data cells of the SfDataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public enum GridEnterKeyModes

Members

Default0 Default behavior of the SfDataGrid control to advance to the next row
MoveToNextCell1 Move focus to next cell.
NoAction2 No action.

See Also