MobileForms Toolkit Documentation

EditMode Enumeration

Defines the behavior of editable cells for a column.

public enum EditMode

Members

Member Name Description
None The cell does not go into the edit mode, when it is activated.
OnEnter The cell goes into the edit mode if it is selected and if the user presses the Enter key.
Auto The cell goes into the edit mode automatically when it is selected.

Requirements

Namespace: Resco.Controls.SmartGrid

Assembly: Resco.SmartGrid.CF3 (in Resco.SmartGrid.CF3.dll)

See Also

Resco.Controls.SmartGrid Namespace