FlexGrid for WinRT
StartEditing(Boolean) Method

Whether to stay in edit mode when the user presses the cursor keys.
Starts editing the cell that is currently selected.
Syntax
'Declaration
 
Public Overloads Function StartEditing( _
   ByVal fullEdit As System.Boolean _
) As System.Boolean
public System.bool StartEditing( 
   System.bool fullEdit
)

Parameters

fullEdit
Whether to stay in edit mode when the user presses the cursor keys.

Return Value

True if the grid entered edit mode.
Remarks

For more details on the effects of the fullEdit parameter, see the StartEditing(Boolean,Int32,Int32) method.

For more details on advanced editing features such as auto-complete, list selection, and data-mapped columns, see the ColumnValueConverter class.

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

C1FlexGrid Class
C1FlexGrid Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback