FlexGrid for WinForms
EditFlags Enumeration



Specifies options that customize the grid's editing behavior.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum EditFlags 
   Inherits System.Enum
'Usage
 
Dim instance As EditFlags
[Flags()]
public enum EditFlags : System.Enum 
[Flags()]
public enum class EditFlags : public System.Enum 
Members
MemberDescription
AllAll of the above.
AutoSearchSearch for entries in lists as the user types.
CycleOnDoubleClickCycle to the next item on the list when the user double-clicks a cell.
DelayedCommitCommit changes to data source only when changing rows or moving focus.
EditOnRequestEnter 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.
ExitOnLeftRightKeysExit 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.
MultiCheckCheck and uncheck all check boxes in a selection simultaneously.
NoneNo special behavior.
UseNumericEditorUse built-in numeric editor when editing numeric types.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1FlexGrid.EditFlags

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1.Win.C1FlexGrid Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback