[]
        
(Showing Draft Content)

C1.Win.FlexGrid.EditFlags

EditFlags Enum

Specifies options that customize the grid's editing behavior.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
[Flags]
public enum EditFlags

Fields

Name Description
All

All of the above.

AutoSearch

Search for entries in lists as the user types.

CycleOnDoubleClick

Cycle to the next item on the list when the user double-clicks a cell.

DelayedCommit

Commit changes to data source only when changing rows or moving focus.

EditOnRequest

Enter edit mode only in response to mouse or keyboard events. Setting this flag to false causes the grid to enter edit mode when the control gets the focus or when the user moves the cursor.

ExitOnLeftRightKeys

Exit editor if user presses the right arrow key at the end of the content or the left arrow key at the start of the content.

MultiCheck

Check and uncheck all check boxes in a selection simultaneously.

None

No special behavior.

UseNumericEditor

Use built-in numeric editor when editing numeric types.